Skip to content

Commit

Permalink
Merge main into release-service
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 1, 2023
2 parents 32e409e + 604a747 commit bfd17e3
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=d6bce2761219b4df618e4021f760824eed852357
- https://github.com/redhat-appstudio/service-provider-integration-operator/config/monitoring/grafana/base?ref=5fb45ed7a9cb2d0a3c876e746aeedb18baab6f28
- 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=d6bce2761219b4df618e4021f760824eed852357
- https://github.com/redhat-appstudio/service-provider-integration-operator/config/vault/openshift?ref=5fb45ed7a9cb2d0a3c876e746aeedb18baab6f28
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=d6bce2761219b4df618e4021f760824eed852357
- https://github.com/redhat-appstudio/service-provider-integration-operator/config/overlays/openshift_vault?ref=5fb45ed7a9cb2d0a3c876e746aeedb18baab6f28

namespace: spi-system

images:
- name: quay.io/redhat-appstudio/service-provider-integration-operator
newName: quay.io/redhat-appstudio/service-provider-integration-operator
newTag: d6bce2761219b4df618e4021f760824eed852357
newTag: 5fb45ed7a9cb2d0a3c876e746aeedb18baab6f28
- name: quay.io/redhat-appstudio/service-provider-integration-oauth
newName: quay.io/redhat-appstudio/service-provider-integration-oauth
newTag: d6bce2761219b4df618e4021f760824eed852357
newTag: 5fb45ed7a9cb2d0a3c876e746aeedb18baab6f28

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

patches:
- target:
Expand Down

0 comments on commit bfd17e3

Please sign in to comment.