Skip to content

Commit

Permalink
Promote SPI/RemoteSecret from staging to prod (#2644)
Browse files Browse the repository at this point in the history
* Promote SPI/RemoteSecret from staging to prod

Signed-off-by: Sergii Kabashniuk <[email protected]>

---------

Signed-off-by: Sergii Kabashniuk <[email protected]>
Co-authored-by: Pavol Baran <[email protected]>
  • Loading branch information
skabashnyuk and xbaran4 authored Oct 31, 2023
1 parent 47baeab commit eea0c5d
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=9ebfe4979415b0d67de089f7d9e0b5458ed2be4c
- https://github.com/redhat-appstudio/remote-secret/config/prometheus?ref=9ebfe4979415b0d67de089f7d9e0b5458ed2be4c
- https://github.com/redhat-appstudio/remote-secret/config/overlays/openshift_aws?ref=12dbdd0f26abf3f62e0bac249674de1f24d984fb
- https://github.com/redhat-appstudio/remote-secret/config/monitoring/prometheus?ref=12dbdd0f26abf3f62e0bac249674de1f24d984fb
- 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: 9ebfe4979415b0d67de089f7d9e0b5458ed2be4c
newTag: 12dbdd0f26abf3f62e0bac249674de1f24d984fb

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=4dd18af82e4cff0a12d95acea7a485c554847747
- https://github.com/redhat-appstudio/service-provider-integration-operator/config/monitoring/prometheus/base?ref=4dd18af82e4cff0a12d95acea7a485c554847747
- https://github.com/redhat-appstudio/service-provider-integration-operator/config/overlays/openshift_aws?ref=247f220048ad221bfc5b393ae3d91e160133cdcb
- https://github.com/redhat-appstudio/service-provider-integration-operator/config/monitoring/prometheus/base?ref=247f220048ad221bfc5b393ae3d91e160133cdcb
- 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: 4dd18af82e4cff0a12d95acea7a485c554847747
newTag: 247f220048ad221bfc5b393ae3d91e160133cdcb
- name: quay.io/redhat-appstudio/service-provider-integration-oauth
newName: quay.io/redhat-appstudio/service-provider-integration-oauth
newTag: 4dd18af82e4cff0a12d95acea7a485c554847747
newTag: 247f220048ad221bfc5b393ae3d91e160133cdcb

patches:
- target:
Expand Down

0 comments on commit eea0c5d

Please sign in to comment.