Skip to content

Commit 787c976

Browse files
chore(deps): update sap-btp-services docker tag to v0.0.13 (#44)
* chore(deps): update sap-btp-services docker tag to v0.0.13 * chore(ci): update helm/umbrella/blueprints/btp-service-operator.abc.shoot.live.k8s-hana.ondemand.com/Chart.yaml.version 0.0.29 -> 0.0.30 * chore(ci): update Helm Chart helm/umbrella/blueprints/btp-service-operator.abc.shoot.live.k8s-hana.ondemand.com/README.md file * chore(ci): k8s manifest templated for Helm Charts --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
1 parent 7811155 commit 787c976

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

helm/umbrella/blueprints/btp-service-operator.abc.shoot.live.k8s-hana.ondemand.com/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ icon: "https://avatars.githubusercontent.com/u/2531208?s=200&v=4"
1818
# you make changes to the chart and its templates, including the app version.
1919
# Versions are expected to follow Semantic Versioning (https://semver.org/)
2020

21-
version: 0.0.29
21+
version: 0.0.30
2222

2323
# This is the version number of the application being deployed. This version
2424
# number should be incremented each time you make changes to the application.
@@ -51,7 +51,7 @@ dependencies:
5151
- crossplane-provider-sap-btp-account
5252
- name: sap-btp-services
5353
alias: sap-btp-services
54-
version: 0.0.12
54+
version: 0.0.13
5555
repository: "oci://ghcr.io/openmcp-project"
5656
tags:
5757
- sap-btp-services

helm/umbrella/blueprints/btp-service-operator.abc.shoot.live.k8s-hana.ondemand.com/README.md

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

33
# btp-service-operator
44

5-
![Version: 0.0.29](https://img.shields.io/badge/Version-0.0.29-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)
5+
![Version: 0.0.30](https://img.shields.io/badge/Version-0.0.30-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)
66

77
A Umbrealla Helm chart which demonstrate orchestration of SAP BTP Service Operator Instance+Bindings.
88

@@ -18,7 +18,7 @@ A Umbrealla Helm chart which demonstrate orchestration of SAP BTP Service Operat
1818
| oci://ghcr.io/openmcp-project | crossplane-provider-configs(crossplane-provider-configs) | 0.0.20 |
1919
| oci://ghcr.io/openmcp-project | crossplane-provider-sap-btp-account(crossplane-provider-sap-btp-account) | 0.0.12 |
2020
| oci://ghcr.io/openmcp-project | external-secrets-config(external-secrets-config) | 0.1.12 |
21-
| oci://ghcr.io/openmcp-project | sap-btp-services(sap-btp-services) | 0.0.12 |
21+
| oci://ghcr.io/openmcp-project | sap-btp-services(sap-btp-services) | 0.0.13 |
2222

2323
## Values
2424

manifests/helm/umbrella/blueprints/btp-service-operator.abc.shoot.live.k8s-hana.ondemand.com/btp-service-operator/charts/sap-btp-services/templates/services-binding-services-cloud-sap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
namespace: default
88
labels:
99
openmcp.cloud/blueprint-building-block: "sap-btp-services"
10-
openmcp.cloud/blueprint-building-block-version: "0.0.12"
10+
openmcp.cloud/blueprint-building-block-version: "0.0.13"
1111
spec:
1212
serviceInstanceName: hana-cloud
1313
secretName: hana-binding-secret

manifests/helm/umbrella/blueprints/btp-service-operator.abc.shoot.live.k8s-hana.ondemand.com/btp-service-operator/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
@@ -7,7 +7,7 @@ metadata:
77
namespace: default
88
labels:
99
openmcp.cloud/blueprint-building-block: "sap-btp-services"
10-
openmcp.cloud/blueprint-building-block-version: "0.0.12"
10+
openmcp.cloud/blueprint-building-block-version: "0.0.13"
1111
spec:
1212
serviceOfferingName: hana-cloud
1313
servicePlanName: hana

0 commit comments

Comments
 (0)