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