From bf782805fd77aeb245d4913fffdf45fa8eeb7963 Mon Sep 17 00:00:00 2001 From: Johnny Bieren Date: Tue, 3 Dec 2024 09:31:55 -0500 Subject: [PATCH] Promote release-service from staging to production (#5033) --- 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 7da1382c610..ad4eacf8043 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=00b1c200d82c5e6262ea08b90d1ddeaaa1c5ad37 + - https://github.com/konflux-ci/release-service/config/default?ref=de8d3c42f6f8c56fa3cb0b0dc1bf2faee82ed70c 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: 00b1c200d82c5e6262ea08b90d1ddeaaa1c5ad37 + newTag: de8d3c42f6f8c56fa3cb0b0dc1bf2faee82ed70c namespace: release-service