Jainish Shah
Jainish Shah

Reputation: 1257

How can I use private helm repository with Spinnaker?

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.

Upvotes: 3

Views: 668

Answers (1)

Rico
Rico

Reputation: 61521

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.

Upvotes: 2

Related Questions