diff --git a/components/notification-controller/development/kustomization.yaml b/components/notification-controller/development/kustomization.yaml index aee87861c31..9bdb94165fe 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=fec1ff5aa29e45d2bb5e8635a8dbc3acf305d237 +- https://github.com/konflux-ci/notification-service/config/default?ref=9398a25bd2e88139182085b91a8b58da33633021 images: - name: quay.io/konflux-ci/notification-service newName: quay.io/konflux-ci/notification-service - newTag: fec1ff5aa29e45d2bb5e8635a8dbc3acf305d237 + newTag: 9398a25bd2e88139182085b91a8b58da33633021 namespace: notification-controller diff --git a/components/notification-controller/staging/kustomization.yaml b/components/notification-controller/staging/kustomization.yaml index a0f6abd34e5..8217649c6ed 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=fec1ff5aa29e45d2bb5e8635a8dbc3acf305d237 +- https://github.com/konflux-ci/notification-service/config/default?ref=9398a25bd2e88139182085b91a8b58da33633021 - ../base/external-secrets images: - name: quay.io/konflux-ci/notification-service newName: quay.io/konflux-ci/notification-service - newTag: fec1ff5aa29e45d2bb5e8635a8dbc3acf305d237 + newTag: 9398a25bd2e88139182085b91a8b58da33633021 namespace: notification-controller