From 0f864217de92f5ffb10c37a11147e676c2e0e041 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, 23 Sep 2024 06:40:56 +0000 Subject: [PATCH] project-controller update (#4575) * 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 ebee3fb85d8..b183fdf5660 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=6c0f9e2441a138904476ceb0bf53ee2ea579a9ea +- https://github.com/konflux-ci/project-controller/config/default?ref=761942d5b2874b3fc261cc1f569328141441f2b8 images: - name: konflux-project-controller newName: quay.io/redhat-appstudio/project-controller - newTag: 6c0f9e2441a138904476ceb0bf53ee2ea579a9ea + newTag: 761942d5b2874b3fc261cc1f569328141441f2b8 namespace: project-controller diff --git a/components/project-controller/staging/kustomization.yaml b/components/project-controller/staging/kustomization.yaml index 0e93ebcf0a0..de315d09771 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=6c0f9e2441a138904476ceb0bf53ee2ea579a9ea + - https://github.com/konflux-ci/project-controller/config/default?ref=761942d5b2874b3fc261cc1f569328141441f2b8 images: - name: konflux-project-controller newName: quay.io/redhat-appstudio/project-controller - newTag: 6c0f9e2441a138904476ceb0bf53ee2ea579a9ea + newTag: 761942d5b2874b3fc261cc1f569328141441f2b8 namespace: project-controller