Version Upgrade
Cloud-Native Deployment
Version Upgrade Based on Helm
# Example value for ${higress_version}: v2.0.3kubectl apply -f https://github.com/alibaba/higress/releases/download/${higress_version}/crd.yamlhelm repo updatehelm get values higress -n higress-system > values.yamlhelm 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
wget https://higress.io/standalone/get-higress.shchmod +x ./get-higress.sh# Example value for ${higress_version}: v2.0.3# ${higress_dir} is the installation directory for Higress standalone deploymentVERSION=${higress_version} ./get-higress.sh "${higress_dir}" -u