Skip to content

Commit

Permalink
Promote SPI/RemoteSecret from staging to prod (#3636)
Browse files Browse the repository at this point in the history
  • Loading branch information
skabashnyuk authored Apr 29, 2024
1 parent eea1d23 commit a049b41
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/konflux-ci/remote-secret/config/overlays/openshift_aws?ref=5734b3b5c4ae2f46c42bc541e896971a5ab64810
- https://github.com/konflux-ci/remote-secret/config/monitoring/prometheus?ref=5734b3b5c4ae2f46c42bc541e896971a5ab64810
- https://github.com/konflux-ci/remote-secret/config/overlays/openshift_aws?ref=8340aad1717bf7530a3d9b7fe241858a3155df87
- https://github.com/konflux-ci/remote-secret/config/monitoring/prometheus?ref=8340aad1717bf7530a3d9b7fe241858a3155df87
- 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: 5734b3b5c4ae2f46c42bc541e896971a5ab64810
newTag: 8340aad1717bf7530a3d9b7fe241858a3155df87

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

patches:
- target:
Expand Down

0 comments on commit a049b41

Please sign in to comment.