From 4cb5969afd0e220a49d624fb0acc0496ae8f0858 Mon Sep 17 00:00:00 2001 From: Leandro Mendes Date: Thu, 21 Nov 2024 18:16:16 +0100 Subject: [PATCH] release-service update in staging (#4960) this commit updates the release-service on the stage cluster Included PRs: - https://github.com/konflux-ci/release-service/pull/614 - https://github.com/konflux-ci/release-service/pull/611 Signed-off-by: Leandro Mendes --- components/release/staging/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/release/staging/kustomization.yaml b/components/release/staging/kustomization.yaml index b1a00933f69..7331456c4ed 100644 --- a/components/release/staging/kustomization.yaml +++ b/components/release/staging/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization resources: - ../base - ../base/monitor/staging - - https://github.com/konflux-ci/release-service/config/default?ref=e94df330de52919fd7d77cf41df2f5cca0adb4f5 + - https://github.com/konflux-ci/release-service/config/default?ref=00b1c200d82c5e6262ea08b90d1ddeaaa1c5ad37 components: - ../k-components/manager-resources-patch @@ -11,7 +11,7 @@ components: images: - name: quay.io/konflux-ci/release-service newName: quay.io/konflux-ci/release-service - newTag: e94df330de52919fd7d77cf41df2f5cca0adb4f5 + newTag: 00b1c200d82c5e6262ea08b90d1ddeaaa1c5ad37 namespace: release-service