From eb7420696d45a2c8c8971d0c6f000bb01669661d Mon Sep 17 00:00:00 2001 From: Johnny Bieren Date: Tue, 19 Nov 2024 09:49:14 -0500 Subject: [PATCH] Promote release-service from staging to production (#4937) --- components/release/production/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/release/production/kustomization.yaml b/components/release/production/kustomization.yaml index dc8fbd36a3b..903c7984052 100644 --- a/components/release/production/kustomization.yaml +++ b/components/release/production/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization resources: - ../base - ../base/monitor/production - - https://github.com/konflux-ci/release-service/config/default?ref=1072e7ad23bca36680a60504a2a2a3c0ae6d82e1 + - https://github.com/konflux-ci/release-service/config/default?ref=e94df330de52919fd7d77cf41df2f5cca0adb4f5 components: - ../k-components/manager-resources-patch @@ -11,6 +11,6 @@ components: images: - name: quay.io/konflux-ci/release-service newName: quay.io/konflux-ci/release-service - newTag: 1072e7ad23bca36680a60504a2a2a3c0ae6d82e1 + newTag: e94df330de52919fd7d77cf41df2f5cca0adb4f5 namespace: release-service