From bae9dedcc505ddddfa3acca7ce3fccbecfaa9b23 Mon Sep 17 00:00:00 2001 From: Max Shaposhnyk Date: Fri, 26 Apr 2024 18:26:24 +0300 Subject: [PATCH] Image controller update to dev & stg (#3624) --------- 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 473f5ad4616..f420d87f49c 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/redhat-appstudio/image-controller/config/default?ref=e5a29db5772c85b84d3246597e5b39f229d2925a +- https://github.com/redhat-appstudio/image-controller/config/default?ref=8bf9b5eb11f41ecbca1fc5131f803744c519f826 images: - name: quay.io/redhat-appstudio/image-controller newName: quay.io/redhat-appstudio/image-controller - newTag: e5a29db5772c85b84d3246597e5b39f229d2925a + newTag: 8bf9b5eb11f41ecbca1fc5131f803744c519f826 namespace: image-controller diff --git a/components/image-controller/staging/base/kustomization.yaml b/components/image-controller/staging/base/kustomization.yaml index ff0d8e17379..2dda411e7e0 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/redhat-appstudio/image-controller/config/default?ref=e5a29db5772c85b84d3246597e5b39f229d2925a +- https://github.com/redhat-appstudio/image-controller/config/default?ref=8bf9b5eb11f41ecbca1fc5131f803744c519f826 images: - name: quay.io/redhat-appstudio/image-controller newName: quay.io/redhat-appstudio/image-controller - newTag: e5a29db5772c85b84d3246597e5b39f229d2925a + newTag: 8bf9b5eb11f41ecbca1fc5131f803744c519f826 namespace: image-controller