ImageUpdateAutomation - Is it possible to update other fields with the image tag? #1169
Unanswered
chrisjohnson00
asked this question in
Proposals
Replies: 1 comment 1 reply
-
Yes you can patch any field in any Kubernetes resource that contains either the full image URI or just the tag. Docs here https://toolkit.fluxcd.io/guides/image-update/#configure-image-update-for-custom-resources |
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
-
Loving FLUX!!
I'm using Loki for log aggregation and one nice thing I can do with it is query by pod labels, for example
app
andversion
are super helpful when it comes to non-prod CD and troubleshooting.Is it possible to setup an
ImageUpdateAutomation
which allows setting JUST the tag version w/o the image name?If so, that would allow me to use a policy to specify the application version/tag value in the deployment metadata labels...and include these details in my logging queries to see what container tag introduced a new error.
For example:
Beta Was this translation helpful? Give feedback.
All reactions