From 1e8242bdef0b57e03def335a8cc217ba6ff08f1c Mon Sep 17 00:00:00 2001 From: Ryan Cole Date: Wed, 6 Dec 2023 08:59:20 -0500 Subject: [PATCH] Promote integration-service from staging to production (#2877) Signed-off-by: Ryan Cole --- components/integration/production/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/integration/production/kustomization.yaml b/components/integration/production/kustomization.yaml index 5e69bf74819..64121ca7a41 100644 --- a/components/integration/production/kustomization.yaml +++ b/components/integration/production/kustomization.yaml @@ -3,12 +3,12 @@ kind: Kustomization resources: - ../base - ../base/external-secrets -- https://github.com/redhat-appstudio/integration-service/config/default?ref=dd5a5e7abc4e575de00d5b568b95a8f74a13a50d +- https://github.com/redhat-appstudio/integration-service/config/default?ref=e41c9d24ea7dd8b367b9913e2957d76d1ed46012 images: - name: quay.io/redhat-appstudio/integration-service newName: quay.io/redhat-appstudio/integration-service - newTag: dd5a5e7abc4e575de00d5b568b95a8f74a13a50d + newTag: e41c9d24ea7dd8b367b9913e2957d76d1ed46012 namespace: integration-service