Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

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

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

模板如下


使用helm升级

Code Block
helm upgrade -f zadig.yaml zadig-zadig koderover-chart/zadig --namespace zadig --version=2.0.0

...