Is it possible to dynamically create HelmReleases for every tag in my docker registry? #5475
-
|
So my question is a bit more complex than what could fit in the title.
So far, everything mentioned above works as intended. But now comes the hard part.
I am quite new to Flux. While I have some experience with Kubernetes and helm charts, I'm having a hard time figuring out how to implement what is mentioned above. Is this even possible and if so, how could I achieve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Yes, you can do it with Flux Operator's ResourceSet + ResourceSetInputProvider of type See this guide for an idea of how ResourceSet works: https://fluxcd.control-plane.io/operator/resourcesets/github-pull-requests/ Docs here:
|
Beta Was this translation helpful? Give feedback.
Yes, you can do it with Flux Operator's ResourceSet + ResourceSetInputProvider of type
OCIArtifactTag(or equivalents for each cloud provider registry).See this guide for an idea of how ResourceSet works:
https://fluxcd.control-plane.io/operator/resourcesets/github-pull-requests/
Docs here: