You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update release references to match image tag (#7430)
The resources reference to the release-service config was out
of sync with the deployed image tag. As a result, production
continued applying outdated CRDs.
This mismatch happened because the promotion script relies on
the image tag and the ref being the same. Once they diverged,
the script only updated the image tag since it performs a
string replacement from old ref to the new.
This PR updates the pinned ref in kustomization.yaml
to match the current image tag
054fd6de76eadc41ef28942d8fcc3eb37bb9438b
Signed-off-by: Sean Conroy <[email protected]>
0 commit comments