diff --git a/components/notification-controller/development/kustomization.yaml b/components/notification-controller/development/kustomization.yaml index 1d736e1a8db..73bb6ff8e37 100644 --- a/components/notification-controller/development/kustomization.yaml +++ b/components/notification-controller/development/kustomization.yaml @@ -2,12 +2,12 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- https://github.com/konflux-ci/notification-service/config/default?ref=bb970d881e7851965ee8da106ba47b0ae7658c10 +- https://github.com/konflux-ci/notification-service/config/default?ref=c400cf7d6f3ed37fc3cd9565d719c6b526abf763 images: - name: quay.io/konflux-ci/notification-service newName: quay.io/konflux-ci/notification-service - newTag: bb970d881e7851965ee8da106ba47b0ae7658c10 + newTag: c400cf7d6f3ed37fc3cd9565d719c6b526abf763 namespace: notification-controller diff --git a/components/notification-controller/staging/kustomization.yaml b/components/notification-controller/staging/kustomization.yaml index 557e32d451c..1d6dafb5ae4 100644 --- a/components/notification-controller/staging/kustomization.yaml +++ b/components/notification-controller/staging/kustomization.yaml @@ -2,13 +2,13 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- https://github.com/konflux-ci/notification-service/config/default?ref=bb970d881e7851965ee8da106ba47b0ae7658c10 +- https://github.com/konflux-ci/notification-service/config/default?ref=c400cf7d6f3ed37fc3cd9565d719c6b526abf763 - ../base/external-secrets images: - name: quay.io/konflux-ci/notification-service newName: quay.io/konflux-ci/notification-service - newTag: bb970d881e7851965ee8da106ba47b0ae7658c10 + newTag: c400cf7d6f3ed37fc3cd9565d719c6b526abf763 namespace: notification-controller