Skip to content

Commit 65c0e12

Browse files
authored
test: update test-custom-chart to validate helm chart release pipeline fix (#24)
* test: update test-custom-chart to validate helm chart release pipeline fix * chore(ci): update helm/charts/test-custom-chart/Chart.yaml.version 0.0.10 -> 0.0.11 * chore(ci): update Helm Chart helm/charts/test-custom-chart/README.md file * chore(ci): k8s manifest templated for Helm Charts --------- Co-authored-by: sk31337 <sk31337@users.noreply.github.com>
1 parent d47b55f commit 65c0e12

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

helm/charts/test-custom-chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 0.0.10
16+
version: 0.0.11
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.

helm/charts/test-custom-chart/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# test-custom-chart
44

5-
![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)
5+
![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)
66

77
A Helm chart to test github action and workflows. NOTHING MORE!
88

@@ -25,7 +25,7 @@ A Helm chart to test github action and workflows. NOTHING MORE!
2525
| sap-btp-services.services[0].name | string | `"identityApplication"` | |
2626
| sap-btp-services.services[0].namespace | string | `"default"` | |
2727
| sap-btp-services.services[0].instance.name | string | `"openmcp-op-cluster-ias"` | |
28-
| sap-btp-services.services[0].instance.serviceOfferingName | string | `"identity"` | |
28+
| sap-btp-services.services[0].instance.serviceOfferingName | string | `"identity1"` | |
2929
| sap-btp-services.services[0].instance.servicePlanName | string | `"application"` | |
3030
| sap-btp-services.services[0].instance.parameters.oauth2-configuration.redirect-uris[0] | string | `"https://*.../oauth2/callback"` | |
3131
| sap-btp-services.services[0].instance.parameters.oauth2-configuration.redirect-uris[1] | string | `"https://*.../callback"` | |

helm/charts/test-custom-chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sap-btp-services:
77
namespace: "default"
88
instance:
99
name: "openmcp-op-cluster-ias"
10-
serviceOfferingName: "identity"
10+
serviceOfferingName: "identity1"
1111
servicePlanName: "application"
1212
parameters:
1313
oauth2-configuration:

manifests/helm/charts/test-custom-chart/test-custom-chart/charts/sap-btp-services/templates/services-instance-services-cloud-sap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
openmcp.cloud/blueprint-building-block: "sap-btp-services"
1010
openmcp.cloud/blueprint-building-block-version: "0.0.12"
1111
spec:
12-
serviceOfferingName: identity
12+
serviceOfferingName: identity1
1313
servicePlanName: application
1414
parameters:
1515
consumed-apis: []

manifests/helm/charts/test-custom-chart/test-custom-chart/templates/deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
name: helm-release-name-test-custom-chart
77
labels:
88
openmcp.cloud/blueprint-building-block: "test-custom-chart"
9-
openmcp.cloud/blueprint-building-block-version: "0.0.10"
10-
helm.sh/chart: test-custom-chart-0.0.10
9+
openmcp.cloud/blueprint-building-block-version: "0.0.11"
10+
helm.sh/chart: test-custom-chart-0.0.11
1111
app.kubernetes.io/name: test-custom-chart
1212
app.kubernetes.io/instance: helm-release-name
1313
app.kubernetes.io/version: "1.16.0"
@@ -21,7 +21,7 @@ spec:
2121
template:
2222
metadata:
2323
labels:
24-
helm.sh/chart: test-custom-chart-0.0.10
24+
helm.sh/chart: test-custom-chart-0.0.11
2525
app.kubernetes.io/name: test-custom-chart
2626
app.kubernetes.io/instance: helm-release-name
2727
app.kubernetes.io/version: "1.16.0"

manifests/helm/charts/test-custom-chart/test-custom-chart/templates/service.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
name: helm-release-name-test-custom-chart
77
labels:
88
openmcp.cloud/blueprint-building-block: "test-custom-chart"
9-
openmcp.cloud/blueprint-building-block-version: "0.0.10"
10-
helm.sh/chart: test-custom-chart-0.0.10
9+
openmcp.cloud/blueprint-building-block-version: "0.0.11"
10+
helm.sh/chart: test-custom-chart-0.0.11
1111
app.kubernetes.io/name: test-custom-chart
1212
app.kubernetes.io/instance: helm-release-name
1313
app.kubernetes.io/version: "1.16.0"

manifests/helm/charts/test-custom-chart/test-custom-chart/templates/serviceaccount.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
name: helm-release-name-test-custom-chart
77
labels:
88
openmcp.cloud/blueprint-building-block: "test-custom-chart"
9-
openmcp.cloud/blueprint-building-block-version: "0.0.10"
10-
helm.sh/chart: test-custom-chart-0.0.10
9+
openmcp.cloud/blueprint-building-block-version: "0.0.11"
10+
helm.sh/chart: test-custom-chart-0.0.11
1111
app.kubernetes.io/name: test-custom-chart
1212
app.kubernetes.io/instance: helm-release-name
1313
app.kubernetes.io/version: "1.16.0"

manifests/helm/charts/test-custom-chart/test-custom-chart/templates/tests/test-connection.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
name: "helm-release-name-test-custom-chart-test-connection"
77
labels:
88
openmcp.cloud/blueprint-building-block: "test-custom-chart"
9-
openmcp.cloud/blueprint-building-block-version: "0.0.10"
10-
helm.sh/chart: test-custom-chart-0.0.10
9+
openmcp.cloud/blueprint-building-block-version: "0.0.11"
10+
helm.sh/chart: test-custom-chart-0.0.11
1111
app.kubernetes.io/name: test-custom-chart
1212
app.kubernetes.io/instance: helm-release-name
1313
app.kubernetes.io/version: "1.16.0"

0 commit comments

Comments
 (0)