Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promote SPI/RemoteSecret from staging to prod #3636

Merged
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,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
Loading