Upgrade
Cloud-Native Deployment
Upgrade via Helm
# Sample value of ${higress_version} : v1.1.0kubectl apply -f https://github.com/alibaba/higress/releases/download/${higress_version}/customresourcedefinitions.gen.yamlhelm repo updatehelm upgrade higress -n higress-system higress.io/higress
Standalone Deployment
# ${higress_dir} is the path of Higress' installation directorycurl -fsSL https://higress.io/standalone/get-higress.sh | bash -s -- "${higress_dir}" -u