Install the latest nightly build

To install the latest nightly release,

  1. Add the nightly helm repository

    bash helm repo add agic-nightly https://appgwingress.blob.core.windows.net/ingress-azure-helm-package-staging/ helm repo update

  2. Check the available version

    Latest version: nightly release (latest by date)

    or

    You can look up the version in the repo using helm.

    bash helm search repo agic-nightly

  3. Install using the same helm command by using the staging repository.

    bash helm install ingress-azure \ -f helm-config.yaml \ agic-nightly/ingress-azure \ --version <version>