Skip to content
下载《AI 应用 & AI Agent 开发新范式》电子书 了解构建 AI Agent 和 MCP Server 的一线实践Know more

Version Upgrade

Cloud-Native Deployment

Version Upgrade Based on Helm

Terminal window
# Example value for ${higress_version}: v2.0.3
kubectl apply -f https://github.com/alibaba/higress/releases/download/${higress_version}/crd.yaml
helm repo update
helm get values higress -n higress-system > values.yaml
helm upgrade higress --version ${higress_version} -n higress-system higress.io/higress -f values.yaml

Using —reuse-values is not recommended as it will inherit all values from the previous version.

Standalone Deployment

Terminal window
wget https://higress.io/standalone/get-higress.sh
chmod +x ./get-higress.sh
# Example value for ${higress_version}: v2.0.3
# ${higress_dir} is the installation directory for Higress standalone deployment
VERSION=${higress_version} ./get-higress.sh "${higress_dir}" -u