From e4734ea6a4a81b585fbb3d4558b4547d7e96df20 Mon Sep 17 00:00:00 2001 From: "rh-tap-build-team[bot]" <127938674+rh-tap-build-team[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 13:59:34 +0000 Subject: [PATCH] project-controller update (#4986) * 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 83559707380..a35a4d02c5e 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=90c588ae837ac73a03c736189373599a68fc87a0 +- https://github.com/konflux-ci/project-controller/config/default?ref=bf9e120a8f42a33ca9bf0f1a38d5f28510c163d8 images: - name: konflux-project-controller newName: quay.io/konflux-ci/project-controller - newTag: 90c588ae837ac73a03c736189373599a68fc87a0 + newTag: bf9e120a8f42a33ca9bf0f1a38d5f28510c163d8 namespace: project-controller diff --git a/components/project-controller/staging/kustomization.yaml b/components/project-controller/staging/kustomization.yaml index e9ee56f9f6a..21945df719b 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=90c588ae837ac73a03c736189373599a68fc87a0 + - https://github.com/konflux-ci/project-controller/config/default?ref=bf9e120a8f42a33ca9bf0f1a38d5f28510c163d8 images: - name: konflux-project-controller newName: quay.io/konflux-ci/project-controller - newTag: 90c588ae837ac73a03c736189373599a68fc87a0 + newTag: bf9e120a8f42a33ca9bf0f1a38d5f28510c163d8 namespace: project-controller