In order to work with https://charts.gitlab.io and to proxy GitLab’s official Helm charts through Artifactory, you may want to use the following steps:
1. Create a new Helm remote repository which will point to https://gitlab-charts.s3.amazonaws.com
(Please note that the test button will fail since Amazon repository may block head requests)
2. Zap the cache of both virtual and remote repositories
3. Run $ helm repo update
4. Run $ helm install {virtual-repo}/{some-package}
For example:
$ helm install gitlab/auto-deploy-app
1. Create a new Helm remote repository which will point to https://gitlab-charts.s3.amazonaws.com
(Please note that the test button will fail since Amazon repository may block head requests)
2. Zap the cache of both virtual and remote repositories
3. Run $ helm repo update
4. Run $ helm install {virtual-repo}/{some-package}
For example:
$ helm install gitlab/auto-deploy-app