From c9a52ea76f208ceb9b272cc59dc1c56fb212355e Mon Sep 17 00:00:00 2001 From: Yftach Herzog Date: Wed, 13 Nov 2024 15:15:14 +0200 Subject: [PATCH] chore: promote project-controller to production (#4894) Signed-off-by: Yftach Herzog --- components/project-controller/production/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/project-controller/production/kustomization.yaml b/components/project-controller/production/kustomization.yaml index a3f6f8d3fd1..f5c09df3f77 100644 --- a/components/project-controller/production/kustomization.yaml +++ b/components/project-controller/production/kustomization.yaml @@ -2,11 +2,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ../base -- https://github.com/konflux-ci/project-controller/config/default?ref=14423cdb92429e4c1ab5e4ec2965358ae054d7d7 +- https://github.com/konflux-ci/project-controller/config/default?ref=1a27894d93961d737d2a9e911d3a9fd8020841c2 images: - name: konflux-project-controller newName: quay.io/konflux-ci/project-controller - newTag: 14423cdb92429e4c1ab5e4ec2965358ae054d7d7 + newTag: 1a27894d93961d737d2a9e911d3a9fd8020841c2 namespace: project-controller