Instructions

How to configure Artifactory to work with Gitlab Helm charts repository?

AuthorFullName__c
Shai Ben-Zvi
articleNumber
000004731
ft:sourceType
Salesforce
FirstPublishedDate
2019-11-24T08:27:53Z
lastModifiedDate
2019-11-24
VersionNumber
5
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