> ## Documentation Index
> Fetch the complete documentation index at: https://wukong.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 版本升级

> WuKongIM Kubernetes 部署的版本升级指南

WuKongIM 支持在 Kubernetes 环境中进行版本升级。

## 升级步骤

### 1. 更新 Helm 仓库

```bash theme={null}
helm repo update
```

### 2. 搜索新的版本 Chart

```bash theme={null}
helm search repo wukongim
```

### 3. 更新

```bash theme={null}
helm upgrade wkim wukongim/wukongim -n wukongim --create-namespace --version 版本号
```
