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.13
version: 0.0.14

# 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 All @@ -34,7 +34,7 @@ dependencies:
- crossplane-provider-configs
- name: crossplane-provider-pkgs
alias: crossplane-provider-pkgs
version: 0.0.13
version: 0.0.14
repository: "oci://ghcr.io/openmcp-project"
tags:
- crossplane-provider-pkgs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# ocm-package-provider-btp-accounts

![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-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.14](https://img.shields.io/badge/Version-0.0.14-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 contains crossplane manifests to demonstrate orchestration of SAP BTP Accounts within a OCM package

Expand All @@ -11,7 +11,7 @@ A Umbrealla Helm chart which contains crossplane manifests to demonstrate orches
| Repository | Name | Version |
|------------|------|---------|
| oci://ghcr.io/openmcp-project | crossplane-provider-configs(crossplane-provider-configs) | 0.0.20 |
| oci://ghcr.io/openmcp-project | crossplane-provider-pkgs(crossplane-provider-pkgs) | 0.0.13 |
| oci://ghcr.io/openmcp-project | crossplane-provider-pkgs(crossplane-provider-pkgs) | 0.0.14 |
| 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 |
# TL;DR
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: provider-ias
labels:
openmcp.cloud/blueprint-building-block: "crossplane-provider-pkgs"
openmcp.cloud/blueprint-building-block-version: "0.0.13"
openmcp.cloud/blueprint-building-block-version: "0.0.14"
spec:
package: ocm/crossplane/provider-ias:0.2.2
packagePullPolicy: IfNotPresent
Expand All @@ -20,7 +20,7 @@ metadata:
name: provider-gardener-auth
labels:
openmcp.cloud/blueprint-building-block: "crossplane-provider-pkgs"
openmcp.cloud/blueprint-building-block-version: "0.0.13"
openmcp.cloud/blueprint-building-block-version: "0.0.14"
spec:
package: ocm/crossplane/provider-gardener-auth:0.0.4
packagePullPolicy: IfNotPresent
Expand All @@ -34,7 +34,7 @@ metadata:
name: provider-kubernetes
labels:
openmcp.cloud/blueprint-building-block: "crossplane-provider-pkgs"
openmcp.cloud/blueprint-building-block-version: "0.0.13"
openmcp.cloud/blueprint-building-block-version: "0.0.14"
spec:
package: xpkg.upbound.io/crossplane-contrib/provider-kubernetes:v0.15.0
packagePullPolicy: IfNotPresent
Expand All @@ -48,7 +48,7 @@ metadata:
name: provider-helm
labels:
openmcp.cloud/blueprint-building-block: "crossplane-provider-pkgs"
openmcp.cloud/blueprint-building-block-version: "0.0.13"
openmcp.cloud/blueprint-building-block-version: "0.0.14"
spec:
package: xpkg.upbound.io/crossplane-contrib/provider-helm:v0.19.0
packagePullPolicy: IfNotPresent
Expand All @@ -62,7 +62,7 @@ metadata:
name: provider-btp
labels:
openmcp.cloud/blueprint-building-block: "crossplane-provider-pkgs"
openmcp.cloud/blueprint-building-block-version: "0.0.13"
openmcp.cloud/blueprint-building-block-version: "0.0.14"
spec:
package: ghcr.io/sap/crossplane-provider-btp/crossplane/provider-btp:v1.0.2
packagePullPolicy: IfNotPresent
Expand Down