diff --git a/components/image-controller/development/kustomization.yaml b/components/image-controller/development/kustomization.yaml index 8251549169f..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=3296e4996f6ffce1df7273d3c29adb6df20348c7 +- 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: 3296e4996f6ffce1df7273d3c29adb6df20348c7 + newTag: 4375ea0fae7ba37b7ebc471a166bfc1790cc0745 namespace: image-controller diff --git a/components/image-controller/staging/base/kustomization.yaml b/components/image-controller/staging/base/kustomization.yaml index 2a05c56a463..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=3296e4996f6ffce1df7273d3c29adb6df20348c7 +- 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: 3296e4996f6ffce1df7273d3c29adb6df20348c7 + newTag: 4375ea0fae7ba37b7ebc471a166bfc1790cc0745 namespace: image-controller