diff --git a/components/project-controller/development/kustomization.yaml b/components/project-controller/development/kustomization.yaml index dce33da21c7..de45aa71015 100644 --- a/components/project-controller/development/kustomization.yaml +++ b/components/project-controller/development/kustomization.yaml @@ -2,11 +2,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ../base -- https://github.com/konflux-ci/project-controller/config/default?ref=7f1f4c10b845c0c8f259e3b5bfcb260086db6be8 +- https://github.com/konflux-ci/project-controller/config/default?ref=25132f7b2c836c3eebadc87b6c0bd0320ba3d080 images: - name: konflux-project-controller newName: quay.io/konflux-ci/project-controller - newTag: 7f1f4c10b845c0c8f259e3b5bfcb260086db6be8 + newTag: 25132f7b2c836c3eebadc87b6c0bd0320ba3d080 namespace: project-controller diff --git a/components/project-controller/staging/kustomization.yaml b/components/project-controller/staging/kustomization.yaml index 9dc724c92ae..2abbc38931e 100644 --- a/components/project-controller/staging/kustomization.yaml +++ b/components/project-controller/staging/kustomization.yaml @@ -2,11 +2,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ../base - - https://github.com/konflux-ci/project-controller/config/default?ref=7f1f4c10b845c0c8f259e3b5bfcb260086db6be8 + - https://github.com/konflux-ci/project-controller/config/default?ref=25132f7b2c836c3eebadc87b6c0bd0320ba3d080 images: - name: konflux-project-controller newName: quay.io/konflux-ci/project-controller - newTag: 7f1f4c10b845c0c8f259e3b5bfcb260086db6be8 + newTag: 25132f7b2c836c3eebadc87b6c0bd0320ba3d080 namespace: project-controller