Replies: 1 comment 4 replies
-
Greetings, Your timing is great, we've just released a feature which does satisfy the use case you're asking about, although it's slightly different than what you described. So for reference, GitRepository has these fields in the spec:
You can use either the The ImageAutomationController makes git commits when a new image is available according to the policy. We don't have GitAutomationController or GitPolicy, to go with GitRepository here. What we do have now, as of Flux 0.32, is the
The major difference with respect to your question, I think, is that since every Here's the first major doc about working with OCIRepository resources, this is a brand new feature: https://fluxcd.io/docs/cheatsheets/oci-artifacts/ Please let us know if it helps you satisfy your use case! |
Beta Was this translation helpful? Give feedback.
-
Hello,
currently we are using a git repository called -deployment for each service containing all corresponding kustomizations, these git repos get deployed via Flux, our main repo is adding a image-automation as well for each service.
I would like to have the same "image-automation-controller" for GitRepositories. That we could automate releases of the -deployment git like the image-automation-controller does.
Currently we are developing a bunch of microservices and they are close to the Kustomizations, due to the fact that the kustomization is rolling out infrastructure changes in our cloud environment as well.
Beta Was this translation helpful? Give feedback.
All reactions