Skip to content

Commit

Permalink
Promote SPI/RemoteSecret from staging to prod (#2987)
Browse files Browse the repository at this point in the history
  • Loading branch information
skabashnyuk authored Jan 3, 2024
1 parent 9b26ed3 commit ba9f9ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../base
- https://github.com/redhat-appstudio/remote-secret/config/overlays/openshift_aws?ref=3483ec3bca357321fbeb32a188b2daca736537b3
- https://github.com/redhat-appstudio/remote-secret/config/monitoring/prometheus?ref=3483ec3bca357321fbeb32a188b2daca736537b3
- https://github.com/redhat-appstudio/remote-secret/config/overlays/openshift_aws?ref=960d9e50d604b482553698c5ae376c90b3e1c24a
- https://github.com/redhat-appstudio/remote-secret/config/monitoring/prometheus?ref=960d9e50d604b482553698c5ae376c90b3e1c24a
- aws-credentials-external-secret.yaml

namespace: remotesecret

images:
- name: quay.io/redhat-appstudio/remote-secret-controller
newName: quay.io/redhat-appstudio/remote-secret-controller
newTag: 3483ec3bca357321fbeb32a188b2daca736537b3
newTag: 960d9e50d604b482553698c5ae376c90b3e1c24a

patches:
- target:
Expand Down
8 changes: 4 additions & 4 deletions components/spi/overlays/production/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ kind: Kustomization
resources:
- ../../../base
- ../../../base/external-secrets
- https://github.com/redhat-appstudio/service-provider-integration-operator/config/overlays/openshift_aws?ref=9894386174b50e35791881dbadd5be209d19d015
- https://github.com/redhat-appstudio/service-provider-integration-operator/config/monitoring/prometheus/base?ref=9894386174b50e35791881dbadd5be209d19d015
- https://github.com/redhat-appstudio/service-provider-integration-operator/config/overlays/openshift_aws?ref=49ba843a6544e9e4746e82c6566958a7b2f5db0b
- https://github.com/redhat-appstudio/service-provider-integration-operator/config/monitoring/prometheus/base?ref=49ba843a6544e9e4746e82c6566958a7b2f5db0b
- spi-aws-credentials-external-secret.yaml

namespace: spi-system

images:
- name: quay.io/redhat-appstudio/service-provider-integration-operator
newName: quay.io/redhat-appstudio/service-provider-integration-operator
newTag: 9894386174b50e35791881dbadd5be209d19d015
newTag: 49ba843a6544e9e4746e82c6566958a7b2f5db0b
- name: quay.io/redhat-appstudio/service-provider-integration-oauth
newName: quay.io/redhat-appstudio/service-provider-integration-oauth
newTag: 9894386174b50e35791881dbadd5be209d19d015
newTag: 49ba843a6544e9e4746e82c6566958a7b2f5db0b

patches:
- target:
Expand Down

0 comments on commit ba9f9ca

Please sign in to comment.