From 306c40e4fa87c8883f5263c5b8ac6785a27fdd42 Mon Sep 17 00:00:00 2001 From: Wiktor Chomik Date: Fri, 30 May 2025 09:57:56 +0200 Subject: [PATCH 1/4] feat: Testing --- .../values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/umbrella/blueprints/btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/values.yaml b/helm/umbrella/blueprints/btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/values.yaml index d3b3d18..08a444b 100644 --- a/helm/umbrella/blueprints/btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/values.yaml +++ b/helm/umbrella/blueprints/btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/values.yaml @@ -27,7 +27,7 @@ external-secrets-config: externalSecret: - name: "btp-account-mcp-blueprints" namespace: "default" - refreshInterval: "15m" + refreshInterval: "30m" targetSecretName: "btp-account-credentials" secretStore: name: "hashicorp-vault" @@ -101,4 +101,4 @@ crossplane-provider-sap-btp-environment: name: "dev-eu01" subaccountRef: name: "dev-eu01" -######################################################################################################### \ No newline at end of file +######################################################################################################### From 5d21ed39fcf8397ff9eaae9bb56871613e4e2e5d Mon Sep 17 00:00:00 2001 From: wchomik Date: Fri, 30 May 2025 07:59:31 +0000 Subject: [PATCH 2/4] chore(ci): update helm/umbrella/blueprints/btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/Chart.yaml.version 0.0.25 -> 0.0.26 --- .../Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2968923..fca0a7f 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.25 +version: 0.0.26 # 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 From 0be129b3d66362169811c34ec2847f358ecd61df Mon Sep 17 00:00:00 2001 From: wchomik Date: Fri, 30 May 2025 07:59:33 +0000 Subject: [PATCH 3/4] chore(ci): update Helm Chart helm/umbrella/blueprints/btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/README.md file --- .../README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 08a0000..537ea93 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.25](https://img.shields.io/badge/Version-0.0.25-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.26](https://img.shields.io/badge/Version-0.0.26-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. @@ -70,7 +70,7 @@ A Umbrealla Helm chart which demonstrate orchestration of SAP BTP Cloud Foundry | external-secrets-config.externalSecret[0].data[1].secretKey | string | `"btp-service-account-provider-credentials"` | | | external-secrets-config.externalSecret[0].name | string | `"btp-account-mcp-blueprints"` | | | external-secrets-config.externalSecret[0].namespace | string | `"default"` | | -| external-secrets-config.externalSecret[0].refreshInterval | string | `"15m"` | | +| external-secrets-config.externalSecret[0].refreshInterval | string | `"30m"` | | | external-secrets-config.externalSecret[0].secretStore.name | string | `"hashicorp-vault"` | | | external-secrets-config.externalSecret[0].targetSecretName | string | `"btp-account-credentials"` | | | external-secrets-config.secretStores[0].name | string | `"hashicorp-vault"` | | From b9726fcc72ff8541e2b01d1daa85a387ce6d5f84 Mon Sep 17 00:00:00 2001 From: wchomik Date: Fri, 30 May 2025 07:59:35 +0000 Subject: [PATCH 4/4] chore(ci): k8s manifest templated for Helm Charts --- .../external-secrets-config/templates/external-secret.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/helm/umbrella/blueprints/btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/btp-cf-env-runtime/charts/external-secrets-config/templates/external-secret.yaml b/manifests/helm/umbrella/blueprints/btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/btp-cf-env-runtime/charts/external-secrets-config/templates/external-secret.yaml index c592d40..2a03455 100644 --- a/manifests/helm/umbrella/blueprints/btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/btp-cf-env-runtime/charts/external-secrets-config/templates/external-secret.yaml +++ b/manifests/helm/umbrella/blueprints/btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/btp-cf-env-runtime/charts/external-secrets-config/templates/external-secret.yaml @@ -9,7 +9,7 @@ metadata: openmcp.cloud/blueprint-building-block: "external-secrets-config" openmcp.cloud/blueprint-building-block-version: "0.1.10" spec: - refreshInterval: "15m" + refreshInterval: "30m" secretStoreRef: name: "hashicorp-vault" kind: "SecretStore"