You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

参考文档:

https://docs.koderover.com/zadig/Zadig%20v1.18.0/release-notes/v1.18.0/#%E5%8D%87%E7%BA%A7%E6%93%8D%E4%BD%9C

安装helm软件

wget https://get.helm.sh/helm-v3.12.0-linux-amd64.tar.gz
tar -zxvf helm-v3.12.0-linux-amd64.tar.gz
cp linux-amd64/helm /usr/bin
helm version

添加helm仓库并升级到最新

helm repo add koderover-chart https://koderover.tencentcloudcr.com/chartrepo/chart
helm repo update

将老版本的zadig配置文件导出

helm get values zadig-zadig -n zadig > zadig.yaml

使用helm升级

helm upgrade -f zadig.yaml zadig-zadig koderover-chart/zadig --namespace zadig --version=1.18.0

这个时候可以用另外一个master去查看zadig命名空间下pod的状态,如果有发现镜像无法拉取的情况可手动处理

  • No labels