Skip to content

Commit 8ddbbea

Browse files
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]>
1 parent 03eadcf commit 8ddbbea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/release/production/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Kustomization
33
resources:
44
- ../base
55
- ../base/monitor/production
6-
- https://github.com/konflux-ci/release-service/config/default?ref=48d3044042ac90957d64850c85c355832a82173b
6+
- https://github.com/konflux-ci/release-service/config/default?ref=054fd6de76eadc41ef28942d8fcc3eb37bb9438b
77
- release_service_config.yaml
88

99
components:

0 commit comments

Comments
 (0)