Using GCP bucket as helm chart repository #1228
Unanswered
williambrode
asked this question in
Q&A
Replies: 1 comment 1 reply
-
See: https://toolkit.fluxcd.io/guides/helm-operator-migration/#no-longer-supports-helm-downloader-plugins With an alternative approach documented here: https://toolkit.fluxcd.io/guides/helmreleases/#cloud-storage |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In flux 1 I was able to use a Google storage bucket as a helm chart repository like this:
But with flux 2 I've been struggling to figure out how to adapt this to the helm repository. It says using gs:// is not supported and using https for the bucket fails with an error about converting yaml to json. Does anyone know how to do this or what change would be needed on flux 2 to support it?
Beta Was this translation helpful? Give feedback.
All reactions