IgnoreDifferences on partial image string value #16296
Unanswered
JonathanSerafini
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
-
|
I’m experiencing the same issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I'm curious to see if it would be possible to IgnoreDifferences on our applications, in such a away where
we only ignore changes to a part of the image string, specifically the
@sha256portion of the image.Specifically, I'd like to consider the entire image before an optional
@sha256:xxxas valid for diffdetection, and ignore everything after.
Currently, our CI pipelines are updating the application manifests to push out image changes
in a
registry/image:tagformat.We are also looking at deploying the Sigstore policy controller which contains a validating/mutating webhook
that appends the shasum to the images so that the end result is an image in
registry/image:tag@sha256:xxxformat.
With the apps set to automated syncPolicy, we'd end up with constant diffs and looping updates.
Beta Was this translation helpful? Give feedback.
All reactions