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

service-provider-integration-operator update #2604

Merged
merged 11 commits into from
Oct 26, 2023
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
@@ -1,5 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://github.com/redhat-appstudio/service-provider-integration-operator/config/monitoring/grafana/base?ref=4dd18af82e4cff0a12d95acea7a485c554847747
- https://github.com/redhat-appstudio/service-provider-integration-operator/config/monitoring/grafana/base?ref=943c6efff2b68d26efb5c3c94074a3beeb529891
- dashboard.yaml
2 changes: 1 addition & 1 deletion components/spi-vault/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ kind: Kustomization
namespace: spi-vault

resources:
- https://github.com/redhat-appstudio/service-provider-integration-operator/config/vault/openshift?ref=4dd18af82e4cff0a12d95acea7a485c554847747
- https://github.com/redhat-appstudio/service-provider-integration-operator/config/vault/openshift?ref=943c6efff2b68d26efb5c3c94074a3beeb529891
6 changes: 3 additions & 3 deletions components/spi/overlays/development/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base
- https://github.com/redhat-appstudio/service-provider-integration-operator/config/overlays/openshift_vault?ref=4dd18af82e4cff0a12d95acea7a485c554847747
- https://github.com/redhat-appstudio/service-provider-integration-operator/config/overlays/openshift_vault?ref=943c6efff2b68d26efb5c3c94074a3beeb529891

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: 943c6efff2b68d26efb5c3c94074a3beeb529891
- name: quay.io/redhat-appstudio/service-provider-integration-oauth
newName: quay.io/redhat-appstudio/service-provider-integration-oauth
newTag: 4dd18af82e4cff0a12d95acea7a485c554847747
newTag: 943c6efff2b68d26efb5c3c94074a3beeb529891

patches:
- target:
Expand Down
8 changes: 4 additions & 4 deletions components/spi/overlays/staging/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=943c6efff2b68d26efb5c3c94074a3beeb529891
- https://github.com/redhat-appstudio/service-provider-integration-operator/config/monitoring/prometheus/base?ref=943c6efff2b68d26efb5c3c94074a3beeb529891
- 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: 943c6efff2b68d26efb5c3c94074a3beeb529891
- name: quay.io/redhat-appstudio/service-provider-integration-oauth
newName: quay.io/redhat-appstudio/service-provider-integration-oauth
newTag: 4dd18af82e4cff0a12d95acea7a485c554847747
newTag: 943c6efff2b68d26efb5c3c94074a3beeb529891

patches:
- target:
Expand Down