helm-s3-proxy: A HTTP compatible read proxy for the helm-s3 plugin. #2428
Unanswered
cep21
asked this question in
Show and tell
Replies: 1 comment 2 replies
-
Thanks for making this and sharing it! I wanted to ask how does this compare to the suggested solution in the HelmRelease guide, did you see this: https://fluxcd.io/docs/guides/helmreleases/#cloud-storage How does the approach suggested in this doc meet your needs or not, compared to the (Does the proxy work with Flux work now, or are you suggesting there might be room for additional support from Flux to be able to use this proxy as a Source type?) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/cresta/helm-s3-proxy
This is a project that allows you to keep your existing CI/CD system that uploads helm charts to s3 while also migrating to flux2. Our current setup does not use --relative paths, so we need to do the extra step of processing the index.yaml file and modifying the urls to also point to the proxy. We also cache the index.yaml content and use e-tag to check for updates. The intended use is to install this inside the cluster and serve helm charts for flux2 running inside the cluster.
Beta Was this translation helpful? Give feedback.
All reactions