diff --git a/components/image-controller/development/kustomization.yaml b/components/image-controller/development/kustomization.yaml index 04eb9bc2e7e..5dd2480eb51 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=9986c9955e05534885e2fd8a5f0b8ea6d2383ba0 +- https://github.com/konflux-ci/image-controller/config/default?ref=9ccbcc12d4ad6e116af9c4ea95bd372999d94aff images: - name: quay.io/konflux-ci/image-controller newName: quay.io/konflux-ci/image-controller - newTag: 9986c9955e05534885e2fd8a5f0b8ea6d2383ba0 + newTag: 9ccbcc12d4ad6e116af9c4ea95bd372999d94aff namespace: image-controller diff --git a/components/image-controller/staging/base/kustomization.yaml b/components/image-controller/staging/base/kustomization.yaml index 5f7b3cb7ec9..d10e1268e1a 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=9986c9955e05534885e2fd8a5f0b8ea6d2383ba0 +- https://github.com/konflux-ci/image-controller/config/default?ref=9ccbcc12d4ad6e116af9c4ea95bd372999d94aff images: - name: quay.io/konflux-ci/image-controller newName: quay.io/konflux-ci/image-controller - newTag: 9986c9955e05534885e2fd8a5f0b8ea6d2383ba0 + newTag: 9ccbcc12d4ad6e116af9c4ea95bd372999d94aff namespace: image-controller