Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions components/notification-controller/staging/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading