From dd688c8b2939b6c16321cfa6b27a11c3c48acd7e Mon Sep 17 00:00:00 2001 From: "rh-tap-build-team[bot]" <127938674+rh-tap-build-team[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 07:18:26 +0000 Subject: [PATCH] project-controller update (#4570) * update components/project-controller/development/kustomization.yaml * update components/project-controller/staging/kustomization.yaml --------- Co-authored-by: rh-tap-build-team[bot] <127938674+rh-tap-build-team[bot]@users.noreply.github.com> --- components/project-controller/development/kustomization.yaml | 4 ++-- components/project-controller/staging/kustomization.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/project-controller/development/kustomization.yaml b/components/project-controller/development/kustomization.yaml index c2d93ca7853..0817cc34b77 100644 --- a/components/project-controller/development/kustomization.yaml +++ b/components/project-controller/development/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=2fc21a963e3ec80a8a3ef729872b15a40ebdc409 +- https://github.com/konflux-ci/project-controller/config/default?ref=8e663f3a426856d35599aeaab115ec2d81694a01 images: - name: konflux-project-controller newName: quay.io/redhat-appstudio/project-controller - newTag: 2fc21a963e3ec80a8a3ef729872b15a40ebdc409 + newTag: 8e663f3a426856d35599aeaab115ec2d81694a01 namespace: project-controller diff --git a/components/project-controller/staging/kustomization.yaml b/components/project-controller/staging/kustomization.yaml index 2c8754d2839..a2b3601f9e6 100644 --- a/components/project-controller/staging/kustomization.yaml +++ b/components/project-controller/staging/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=2fc21a963e3ec80a8a3ef729872b15a40ebdc409 + - https://github.com/konflux-ci/project-controller/config/default?ref=8e663f3a426856d35599aeaab115ec2d81694a01 images: - name: konflux-project-controller newName: quay.io/redhat-appstudio/project-controller - newTag: 2fc21a963e3ec80a8a3ef729872b15a40ebdc409 + newTag: 8e663f3a426856d35599aeaab115ec2d81694a01 namespace: project-controller