Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ icon: "https://avatars.githubusercontent.com/u/2531208?s=200&v=4"
# 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.29
version: 0.0.30

# This is the version number of the application being deployed. This version
# number should be incremented each time you make changes to the application.
Expand Down Expand Up @@ -51,7 +51,7 @@ dependencies:
- crossplane-provider-sap-btp-account
- name: sap-btp-services
alias: sap-btp-services
version: 0.0.12
version: 0.0.13
repository: "oci://ghcr.io/openmcp-project"
tags:
- sap-btp-services
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# btp-service-operator

![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)
![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)

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

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

## Values

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
namespace: default
labels:
openmcp.cloud/blueprint-building-block: "sap-btp-services"
openmcp.cloud/blueprint-building-block-version: "0.0.12"
openmcp.cloud/blueprint-building-block-version: "0.0.13"
spec:
serviceInstanceName: hana-cloud
secretName: hana-binding-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
namespace: default
labels:
openmcp.cloud/blueprint-building-block: "sap-btp-services"
openmcp.cloud/blueprint-building-block-version: "0.0.12"
openmcp.cloud/blueprint-building-block-version: "0.0.13"
spec:
serviceOfferingName: hana-cloud
servicePlanName: hana
Expand Down