diff --git a/helm/umbrella/blueprints/btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/Chart.yaml b/helm/umbrella/blueprints/btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/Chart.yaml index 08ba068..8961c37 100644 --- a/helm/umbrella/blueprints/btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/Chart.yaml +++ b/helm/umbrella/blueprints/btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/Chart.yaml @@ -17,7 +17,7 @@ icon: "https://avatars.githubusercontent.com/u/2531208?s=200&v=4" # This is the chart version. This version number should be incremented each time # you make changes to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.27 +version: 0.0.28 # This is the version number of the application being deployed. This version # number should be incremented each time you make changes to the application. # Versions are not expected to follow Semantic Versioning. They should reflect diff --git a/helm/umbrella/blueprints/btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/README.md b/helm/umbrella/blueprints/btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/README.md index aecb8ab..b765bd7 100644 --- a/helm/umbrella/blueprints/btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/README.md +++ b/helm/umbrella/blueprints/btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/README.md @@ -2,7 +2,7 @@ # btp-cf-env-runtime -![Version: 0.0.27](https://img.shields.io/badge/Version-0.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square) +![Version: 0.0.28](https://img.shields.io/badge/Version-0.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square) A Umbrealla Helm chart which demonstrate orchestration of SAP BTP Cloud Foundry Environment. diff --git a/helm/umbrella/blueprints/btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/values.dev.yaml b/helm/umbrella/blueprints/btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/values.dev.yaml index 0e07a6f..b1076a2 100644 --- a/helm/umbrella/blueprints/btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/values.dev.yaml +++ b/helm/umbrella/blueprints/btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/values.dev.yaml @@ -9,7 +9,7 @@ external-secrets-config: server: "https://vault.example/" namespace: "openmcp/blueprints/dev" path: "mcps" - version: "v2" + version: "v3" auth: kubernetes: mountPath: "k8s-openmcp-blueprints" @@ -24,7 +24,7 @@ crossplane-provider-configs: btpSapCrossplane: - providerConfigRefName: "btp-account-provider-config" cliServerUrl: "https://cli.dev.btp.cloud.sap" - globalAccountSubDomain: "exmpl" + globalAccountSubDomain: "sub1" cisCredentials: source: "Secret" secretRef: diff --git a/manifests/helm/umbrella/blueprints/dev.btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/btp-cf-env-runtime/charts/crossplane-provider-configs/templates/mcp/providerConfigs/btp.sap.crossplane.io.yaml b/manifests/helm/umbrella/blueprints/dev.btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/btp-cf-env-runtime/charts/crossplane-provider-configs/templates/mcp/providerConfigs/btp.sap.crossplane.io.yaml index dbe4438..e9cb7a4 100644 --- a/manifests/helm/umbrella/blueprints/dev.btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/btp-cf-env-runtime/charts/crossplane-provider-configs/templates/mcp/providerConfigs/btp.sap.crossplane.io.yaml +++ b/manifests/helm/umbrella/blueprints/dev.btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/btp-cf-env-runtime/charts/crossplane-provider-configs/templates/mcp/providerConfigs/btp.sap.crossplane.io.yaml @@ -9,7 +9,7 @@ metadata: openmcp.cloud/blueprint-building-block-version: "0.0.19" spec: cliServerUrl: "https://cli.dev.btp.cloud.sap" - globalAccount: "exmpl" + globalAccount: "sub1" cisCredentials: secretRef: key: btp-cis-provider-credentials diff --git a/manifests/helm/umbrella/blueprints/dev.btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/btp-cf-env-runtime/charts/external-secrets-config/templates/secret-store.yaml b/manifests/helm/umbrella/blueprints/dev.btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/btp-cf-env-runtime/charts/external-secrets-config/templates/secret-store.yaml index 7a259f8..ccce5d2 100644 --- a/manifests/helm/umbrella/blueprints/dev.btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/btp-cf-env-runtime/charts/external-secrets-config/templates/secret-store.yaml +++ b/manifests/helm/umbrella/blueprints/dev.btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/btp-cf-env-runtime/charts/external-secrets-config/templates/secret-store.yaml @@ -22,4 +22,4 @@ spec: namespace: openmcp/blueprints/dev path: mcps server: https://vault.example/ - version: v2 + version: v3