Skip to content

Commit

Permalink
Merge main into application-service
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 25, 2023
2 parents 41967ec + d086624 commit f1df939
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
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=112ea48ca722e4262af92cc8e2f7a52b354f5296
- https://github.com/redhat-appstudio/service-provider-integration-operator/config/monitoring/grafana/base?ref=a235405324848decb98d8c460b9cf2ff7e6666f4
- 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=112ea48ca722e4262af92cc8e2f7a52b354f5296
- https://github.com/redhat-appstudio/service-provider-integration-operator/config/vault/openshift?ref=a235405324848decb98d8c460b9cf2ff7e6666f4
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=112ea48ca722e4262af92cc8e2f7a52b354f5296
- https://github.com/redhat-appstudio/service-provider-integration-operator/config/overlays/openshift_vault?ref=a235405324848decb98d8c460b9cf2ff7e6666f4

namespace: spi-system

images:
- name: quay.io/redhat-appstudio/service-provider-integration-operator
newName: quay.io/redhat-appstudio/service-provider-integration-operator
newTag: 112ea48ca722e4262af92cc8e2f7a52b354f5296
newTag: a235405324848decb98d8c460b9cf2ff7e6666f4
- name: quay.io/redhat-appstudio/service-provider-integration-oauth
newName: quay.io/redhat-appstudio/service-provider-integration-oauth
newTag: 112ea48ca722e4262af92cc8e2f7a52b354f5296
newTag: a235405324848decb98d8c460b9cf2ff7e6666f4

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

patches:
- target:
Expand Down

0 comments on commit f1df939

Please sign in to comment.