Install the latest nightly build
To install the latest nightly release,
-
Add the nightly helm repository
helm repo add agic-nightly https://appgwingress.blob.core.windows.net/ingress-azure-helm-package-staging/ helm repo update
-
Check the available version
Latest version:
or
You can look up the version in the repo using helm.
helm search repo agic-nightly
-
Install using the same helm command by using the staging repository.
helm install ingress-azure \ -f helm-config.yaml \ agic-nightly/ingress-azure \ --version <version>