From 0b11b459b26065bfceedde7fb38f5268c8badc03 Mon Sep 17 00:00:00 2001 From: Max Shaposhnyk Date: Fri, 7 Jun 2024 09:43:02 +0300 Subject: [PATCH] Include RBAC fix Signed-off-by: Max Shaposhnyk --- components/image-controller/development/kustomization.yaml | 4 ++-- components/image-controller/staging/base/kustomization.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/image-controller/development/kustomization.yaml b/components/image-controller/development/kustomization.yaml index a3b54a6e426..8262b34bafc 100644 --- a/components/image-controller/development/kustomization.yaml +++ b/components/image-controller/development/kustomization.yaml @@ -2,12 +2,12 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ../base -- https://github.com/konflux-ci/image-controller/config/default?ref=3c28651e0b444003da620f11a13ea596a735fe31 +- https://github.com/konflux-ci/image-controller/config/default?ref=4375ea0fae7ba37b7ebc471a166bfc1790cc0745 images: - name: quay.io/konflux-ci/image-controller newName: quay.io/konflux-ci/image-controller - newTag: 3c28651e0b444003da620f11a13ea596a735fe31 + newTag: 4375ea0fae7ba37b7ebc471a166bfc1790cc0745 namespace: image-controller diff --git a/components/image-controller/staging/base/kustomization.yaml b/components/image-controller/staging/base/kustomization.yaml index b7efbac0d0a..d6d742fee41 100644 --- a/components/image-controller/staging/base/kustomization.yaml +++ b/components/image-controller/staging/base/kustomization.yaml @@ -3,12 +3,12 @@ kind: Kustomization resources: - ../../base - ../../base/external-secrets -- https://github.com/konflux-ci/image-controller/config/default?ref=3c28651e0b444003da620f11a13ea596a735fe31 +- https://github.com/konflux-ci/image-controller/config/default?ref=4375ea0fae7ba37b7ebc471a166bfc1790cc0745 images: - name: quay.io/konflux-ci/image-controller newName: quay.io/konflux-ci/image-controller - newTag: 3c28651e0b444003da620f11a13ea596a735fe31 + newTag: 4375ea0fae7ba37b7ebc471a166bfc1790cc0745 namespace: image-controller