From 421c610475f360291fc6e3ed940fc90f24337cab Mon Sep 17 00:00:00 2001 From: "rh-tap-build-team[bot]" <127938674+rh-tap-build-team[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 10:12:56 +0000 Subject: [PATCH] project-controller update (#5149) * 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 f53554d5690..4047055862b 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=fcca12192926fb994317a0045f6b48ec41db8573 +- https://github.com/konflux-ci/project-controller/config/default?ref=d7f4493e707daa8fef3c96b5e6a1102aaaa9d9dc images: - name: konflux-project-controller newName: quay.io/konflux-ci/project-controller - newTag: fcca12192926fb994317a0045f6b48ec41db8573 + newTag: d7f4493e707daa8fef3c96b5e6a1102aaaa9d9dc namespace: project-controller diff --git a/components/project-controller/staging/kustomization.yaml b/components/project-controller/staging/kustomization.yaml index fb8c854a5a0..3c399d356e4 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=fcca12192926fb994317a0045f6b48ec41db8573 + - https://github.com/konflux-ci/project-controller/config/default?ref=d7f4493e707daa8fef3c96b5e6a1102aaaa9d9dc images: - name: konflux-project-controller newName: quay.io/konflux-ci/project-controller - newTag: fcca12192926fb994317a0045f6b48ec41db8573 + newTag: d7f4493e707daa8fef3c96b5e6a1102aaaa9d9dc namespace: project-controller