Setting chart version using ResourceSet for GitHub pull-requests #5236
-
I've been trying to set the chart version when using ResourceSet. This is because I want to be able to work on the chart itself in PR's without worrying about messing up what's in main. However, I can't seem to find a way to set the chart version (to the PR sha, just like the image tag). Is this supported? |
Beta Was this translation helpful? Give feedback.
Answered by
stefanprodan
Mar 11, 2025
Replies: 1 comment 1 reply
-
The chart version is set to track the Git SHA using |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dlidstrom
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The chart version is set to track the Git SHA using
reconcileStrategy: Revision
, if you look at the docs here: https://fluxcd.control-plane.io/operator/resourcesets/github-pull-requests/#resourceset-template you'll see.