How can I use private helm repository with Spinnaker?

10/9/2018

I want to use Artifactory as private Helm repository and deploy my app using helm chart to Kubernetes everytime a new version of helm chart gets uploaded to Artifactory.

-- Jainish Shah
artifactory
kubernetes
kubernetes-helm
spinnaker

1 Answer

10/10/2018

Yes, you can do it. You can find more information about it here

The Helm charts repo is a web server that serves files, it could also be something like Amazon S3 or Google Cloud Storage bucket and then you can add an index.yaml file and then all your charts. So you could also integrate that with Spinnaker.

-- Rico
Source: StackOverflow