From 8bd43ddce901ee957f93da939d513263fe2ee3ac Mon Sep 17 00:00:00 2001 From: Steffen Brunner Date: Mon, 16 Jun 2025 12:17:37 +0200 Subject: [PATCH 1/4] test: update test-custom-chart to validate helm chart release pipeline fix --- helm/charts/test-custom-chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/charts/test-custom-chart/values.yaml b/helm/charts/test-custom-chart/values.yaml index 58c351c..eb15c59 100644 --- a/helm/charts/test-custom-chart/values.yaml +++ b/helm/charts/test-custom-chart/values.yaml @@ -7,7 +7,7 @@ sap-btp-services: namespace: "default" instance: name: "openmcp-op-cluster-ias" - serviceOfferingName: "identity" + serviceOfferingName: "identity1" servicePlanName: "application" parameters: oauth2-configuration: From 31ea1d9a936b17923e75a2a24f857ca83c26e7b5 Mon Sep 17 00:00:00 2001 From: sk31337 Date: Mon, 16 Jun 2025 10:18:13 +0000 Subject: [PATCH 2/4] chore(ci): update helm/charts/test-custom-chart/Chart.yaml.version 0.0.10 -> 0.0.11 --- helm/charts/test-custom-chart/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/charts/test-custom-chart/Chart.yaml b/helm/charts/test-custom-chart/Chart.yaml index eeca933..3d6195d 100644 --- a/helm/charts/test-custom-chart/Chart.yaml +++ b/helm/charts/test-custom-chart/Chart.yaml @@ -13,7 +13,7 @@ type: application # 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.10 +version: 0.0.11 # 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 the version the application is using. From 288c62479e6ef1eacaf45c357296ecc5051b7e67 Mon Sep 17 00:00:00 2001 From: sk31337 Date: Mon, 16 Jun 2025 10:18:15 +0000 Subject: [PATCH 3/4] chore(ci): update Helm Chart helm/charts/test-custom-chart/README.md file --- helm/charts/test-custom-chart/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/charts/test-custom-chart/README.md b/helm/charts/test-custom-chart/README.md index a8563df..0d860c8 100644 --- a/helm/charts/test-custom-chart/README.md +++ b/helm/charts/test-custom-chart/README.md @@ -2,7 +2,7 @@ # test-custom-chart -![Version: 0.0.10](https://img.shields.io/badge/Version-0.0.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square) +![Version: 0.0.11](https://img.shields.io/badge/Version-0.0.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square) A Helm chart to test github action and workflows. NOTHING MORE! @@ -25,7 +25,7 @@ A Helm chart to test github action and workflows. NOTHING MORE! | sap-btp-services.services[0].name | string | `"identityApplication"` | | | sap-btp-services.services[0].namespace | string | `"default"` | | | sap-btp-services.services[0].instance.name | string | `"openmcp-op-cluster-ias"` | | -| sap-btp-services.services[0].instance.serviceOfferingName | string | `"identity"` | | +| sap-btp-services.services[0].instance.serviceOfferingName | string | `"identity1"` | | | sap-btp-services.services[0].instance.servicePlanName | string | `"application"` | | | sap-btp-services.services[0].instance.parameters.oauth2-configuration.redirect-uris[0] | string | `"https://*.../oauth2/callback"` | | | sap-btp-services.services[0].instance.parameters.oauth2-configuration.redirect-uris[1] | string | `"https://*.../callback"` | | From 61b1a844d8f634d1d0e05b2bce7761ffef450538 Mon Sep 17 00:00:00 2001 From: sk31337 Date: Mon, 16 Jun 2025 10:18:16 +0000 Subject: [PATCH 4/4] chore(ci): k8s manifest templated for Helm Charts --- .../templates/services-instance-services-cloud-sap.yaml | 2 +- .../test-custom-chart/templates/deployment.yaml | 6 +++--- .../test-custom-chart/templates/service.yaml | 4 ++-- .../test-custom-chart/templates/serviceaccount.yaml | 4 ++-- .../test-custom-chart/templates/tests/test-connection.yaml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/manifests/helm/charts/test-custom-chart/test-custom-chart/charts/sap-btp-services/templates/services-instance-services-cloud-sap.yaml b/manifests/helm/charts/test-custom-chart/test-custom-chart/charts/sap-btp-services/templates/services-instance-services-cloud-sap.yaml index 35e1831..555aaef 100644 --- a/manifests/helm/charts/test-custom-chart/test-custom-chart/charts/sap-btp-services/templates/services-instance-services-cloud-sap.yaml +++ b/manifests/helm/charts/test-custom-chart/test-custom-chart/charts/sap-btp-services/templates/services-instance-services-cloud-sap.yaml @@ -9,7 +9,7 @@ metadata: openmcp.cloud/blueprint-building-block: "sap-btp-services" openmcp.cloud/blueprint-building-block-version: "0.0.12" spec: - serviceOfferingName: identity + serviceOfferingName: identity1 servicePlanName: application parameters: consumed-apis: [] diff --git a/manifests/helm/charts/test-custom-chart/test-custom-chart/templates/deployment.yaml b/manifests/helm/charts/test-custom-chart/test-custom-chart/templates/deployment.yaml index 5efbab2..3301750 100644 --- a/manifests/helm/charts/test-custom-chart/test-custom-chart/templates/deployment.yaml +++ b/manifests/helm/charts/test-custom-chart/test-custom-chart/templates/deployment.yaml @@ -6,8 +6,8 @@ metadata: name: helm-release-name-test-custom-chart labels: openmcp.cloud/blueprint-building-block: "test-custom-chart" - openmcp.cloud/blueprint-building-block-version: "0.0.10" - helm.sh/chart: test-custom-chart-0.0.10 + openmcp.cloud/blueprint-building-block-version: "0.0.11" + helm.sh/chart: test-custom-chart-0.0.11 app.kubernetes.io/name: test-custom-chart app.kubernetes.io/instance: helm-release-name app.kubernetes.io/version: "1.16.0" @@ -21,7 +21,7 @@ spec: template: metadata: labels: - helm.sh/chart: test-custom-chart-0.0.10 + helm.sh/chart: test-custom-chart-0.0.11 app.kubernetes.io/name: test-custom-chart app.kubernetes.io/instance: helm-release-name app.kubernetes.io/version: "1.16.0" diff --git a/manifests/helm/charts/test-custom-chart/test-custom-chart/templates/service.yaml b/manifests/helm/charts/test-custom-chart/test-custom-chart/templates/service.yaml index 7cae780..882a7ec 100644 --- a/manifests/helm/charts/test-custom-chart/test-custom-chart/templates/service.yaml +++ b/manifests/helm/charts/test-custom-chart/test-custom-chart/templates/service.yaml @@ -6,8 +6,8 @@ metadata: name: helm-release-name-test-custom-chart labels: openmcp.cloud/blueprint-building-block: "test-custom-chart" - openmcp.cloud/blueprint-building-block-version: "0.0.10" - helm.sh/chart: test-custom-chart-0.0.10 + openmcp.cloud/blueprint-building-block-version: "0.0.11" + helm.sh/chart: test-custom-chart-0.0.11 app.kubernetes.io/name: test-custom-chart app.kubernetes.io/instance: helm-release-name app.kubernetes.io/version: "1.16.0" diff --git a/manifests/helm/charts/test-custom-chart/test-custom-chart/templates/serviceaccount.yaml b/manifests/helm/charts/test-custom-chart/test-custom-chart/templates/serviceaccount.yaml index 41f31ae..4c790f0 100644 --- a/manifests/helm/charts/test-custom-chart/test-custom-chart/templates/serviceaccount.yaml +++ b/manifests/helm/charts/test-custom-chart/test-custom-chart/templates/serviceaccount.yaml @@ -6,8 +6,8 @@ metadata: name: helm-release-name-test-custom-chart labels: openmcp.cloud/blueprint-building-block: "test-custom-chart" - openmcp.cloud/blueprint-building-block-version: "0.0.10" - helm.sh/chart: test-custom-chart-0.0.10 + openmcp.cloud/blueprint-building-block-version: "0.0.11" + helm.sh/chart: test-custom-chart-0.0.11 app.kubernetes.io/name: test-custom-chart app.kubernetes.io/instance: helm-release-name app.kubernetes.io/version: "1.16.0" diff --git a/manifests/helm/charts/test-custom-chart/test-custom-chart/templates/tests/test-connection.yaml b/manifests/helm/charts/test-custom-chart/test-custom-chart/templates/tests/test-connection.yaml index 2214e55..39fbbb4 100644 --- a/manifests/helm/charts/test-custom-chart/test-custom-chart/templates/tests/test-connection.yaml +++ b/manifests/helm/charts/test-custom-chart/test-custom-chart/templates/tests/test-connection.yaml @@ -6,8 +6,8 @@ metadata: name: "helm-release-name-test-custom-chart-test-connection" labels: openmcp.cloud/blueprint-building-block: "test-custom-chart" - openmcp.cloud/blueprint-building-block-version: "0.0.10" - helm.sh/chart: test-custom-chart-0.0.10 + openmcp.cloud/blueprint-building-block-version: "0.0.11" + helm.sh/chart: test-custom-chart-0.0.11 app.kubernetes.io/name: test-custom-chart app.kubernetes.io/instance: helm-release-name app.kubernetes.io/version: "1.16.0"