From 5ed3a2d6b13671f0d2bd57150e0e33e404a943c9 Mon Sep 17 00:00:00 2001 From: Barak Korren Date: Mon, 29 Jul 2024 13:09:47 +0300 Subject: [PATCH] chore(RHTAPWATCH-1174): Prod: Bump project-controller (#4202) --- components/project-controller/production/kustomization.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/project-controller/production/kustomization.yaml b/components/project-controller/production/kustomization.yaml index ff60b12d19c..d14561ae98a 100644 --- a/components/project-controller/production/kustomization.yaml +++ b/components/project-controller/production/kustomization.yaml @@ -1,12 +1,12 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- ../base -- https://github.com/konflux-ci/project-controller/config/default?ref=72139cb503e546f20bef7780614020b5cb11198d + - ../base + - https://github.com/konflux-ci/project-controller/config/default?ref=22d9e0217234d8fd9e442fb8222c8c4b9617c061 images: - name: konflux-project-controller newName: quay.io/redhat-appstudio/project-controller - newTag: 72139cb503e546f20bef7780614020b5cb11198d + newTag: 22d9e0217234d8fd9e442fb8222c8c4b9617c061 namespace: project-controller