Update air-gapped-upgrade-with-ks-installer.md

Change the ks-installer: v3.3.0
This commit is contained in:
Gerry 2022-07-01 10:14:49 +08:00 committed by GitHub
parent 5d8026d845
commit 5a1723c2f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,7 +119,7 @@ weight: 7500
3. 编辑完成后保存 `cluster-configuration.yaml`。使用以下命令将 `ks-installer` 替换为您**自己仓库的地址**。
```bash
sed -i "s#^\s*image: kubesphere.*/ks-installer:.*# image: dockerhub.kubekey.local/kubesphere/ks-installer:v3.1.0#" kubesphere-installer.yaml
sed -i "s#^\s*image: kubesphere.*/ks-installer:.*# image: dockerhub.kubekey.local/kubesphere/ks-installer:v3.3.0#" kubesphere-installer.yaml
```
{{< notice warning >}}