How To Install A Specific Shield Version¶
It is possible to install a specific version of Shield.
To discover which versions are available run:
helm search -l shield
To install a specific version, run:
helm upgrade --install shield-proxy shield-repo/shield --namespace=proxy -f custom-proxy.yaml --debug --version <VERSION_NUMBER>