Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
ecea08b
fix: rename subaccountAdminEmails to subaccountAdmins in values.yaml …
sk31337 Aug 27, 2025
147a85c
chore(ci): update helm/umbrella/blueprints/btp-cf-env-runtime.abc.sho…
sk31337 Aug 27, 2025
7a0628d
chore(ci): update helm/umbrella/blueprints/btp-kyma-env-runtime.abc.s…
sk31337 Aug 27, 2025
3b98e1f
chore(ci): update helm/umbrella/blueprints/btp-service-operator.abc.s…
sk31337 Aug 27, 2025
7885b89
chore(ci): update helm/umbrella/blueprints/example-nested.zzz.shoot.l…
sk31337 Aug 27, 2025
89894e1
chore(ci): update helm/umbrella/blueprints/migration-test-provider-bt…
sk31337 Aug 27, 2025
bb59498
chore(ci): update helm/umbrella/blueprints/ocm-package-provider-btp-a…
sk31337 Aug 27, 2025
eaf5fe3
chore(ci): update helm/umbrella/blueprints/provider-btp-accounts.abc.…
sk31337 Aug 27, 2025
507c318
chore(ci): update Helm Chart helm/umbrella/blueprints/btp-cf-env-runt…
sk31337 Aug 27, 2025
e2e668e
chore(ci): update Helm Chart helm/umbrella/blueprints/btp-kyma-env-ru…
sk31337 Aug 27, 2025
98287db
chore(ci): update Helm Chart helm/umbrella/blueprints/btp-service-ope…
sk31337 Aug 27, 2025
32c9c37
chore(ci): update Helm Chart helm/umbrella/blueprints/example-nested.…
sk31337 Aug 27, 2025
cd77fe8
chore(ci): update Helm Chart helm/umbrella/blueprints/migration-test-…
sk31337 Aug 27, 2025
fed8f29
chore(ci): update Helm Chart helm/umbrella/blueprints/ocm-package-pro…
sk31337 Aug 27, 2025
cef13aa
chore(ci): update Helm Chart helm/umbrella/blueprints/provider-btp-ac…
sk31337 Aug 27, 2025
bbb023d
chore(ci): k8s manifest templated for Helm Charts
sk31337 Aug 27, 2025
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 @@ -17,7 +17,7 @@ icon: "https://avatars.githubusercontent.com/u/2531208?s=200&v=4"
# 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.32
version: 0.0.33
# 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# btp-cf-env-runtime

![Version: 0.0.32](https://img.shields.io/badge/Version-0.0.32-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.33](https://img.shields.io/badge/Version-0.0.33-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 Cloud Foundry Environment.

Expand Down Expand Up @@ -44,7 +44,7 @@ A Umbrealla Helm chart which demonstrate orchestration of SAP BTP Cloud Foundry
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].forProvider.description | string | `"Open Orchestrator Managed Control Plane Blueprint PoC"` | |
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].forProvider.displayName | string | `"exmpl dev eu01"` | |
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].forProvider.region | string | `"eu01"` | |
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].forProvider.subaccountAdminEmails | list | `[]` | |
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].forProvider.subaccountAdmins | list | `[]` | |
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].forProvider.subdomain | string | `"exmpl-dev-eu01"` | |
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].name | string | `"subAccount1"` | |
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].services.cloudManagement | bool | `true` | |
Expand All @@ -55,7 +55,7 @@ A Umbrealla Helm chart which demonstrate orchestration of SAP BTP Cloud Foundry
| crossplane-provider-sap-btp-account.btpEntitlements[0].serviceName | string | `"cis"` | |
| crossplane-provider-sap-btp-account.btpEntitlements[0].servicePlanName | string | `"local"` | |
| crossplane-provider-sap-btp-account.cfAdminEmails | list | `[]` | |
| crossplane-provider-sap-btp-account.subaccountAdminEmails | list | `[]` | |
| crossplane-provider-sap-btp-account.subaccountAdmins | list | `[]` | |
| crossplane-provider-sap-btp-environment.cloudFoundryEnvironments[0].btpSapCrossplaneProviderConfigRefName | string | `"btp-account-provider-config"` | |
| crossplane-provider-sap-btp-environment.cloudFoundryEnvironments[0].cloudManagementRef.name | string | `"dev-eu01"` | |
| crossplane-provider-sap-btp-environment.cloudFoundryEnvironments[0].forProvider.initialOrgManagers | list | `[]` | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ crossplane-provider-configs:
#########################################################################################################
crossplane-provider-sap-btp-account:
cfAdminEmails: &cfAdminEmails []
subaccountAdminEmails: &subaccountAdminEmails []
subaccountAdmins: &subaccountAdmins []
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++#
btpEntitlements: &btpEntitlements
- name: "cis-local"
Expand All @@ -83,7 +83,7 @@ crossplane-provider-sap-btp-account:
description: "Open Orchestrator Managed Control Plane Blueprint PoC"
subdomain: "exmpl-dev-eu01"
region: "eu01"
subaccountAdminEmails: *subaccountAdminEmails
subaccountAdmins: *subaccountAdmins
entitlements: *btpEntitlements
services:
serviceManager: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ icon: "https://avatars.githubusercontent.com/u/2531208?s=200&v=4"
# 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.31
version: 0.0.32
# 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# btp-kyma-env-runtime

![Version: 0.0.31](https://img.shields.io/badge/Version-0.0.31-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.32](https://img.shields.io/badge/Version-0.0.32-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 Kyma Environment.

Expand Down Expand Up @@ -49,7 +49,7 @@ A Umbrealla Helm chart which demonstrate orchestration of SAP BTP Kyma Environme
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].forProvider.description | string | `"Open Orchestrator Managed Control Plane Blueprint PoC"` | |
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].forProvider.displayName | string | `"exmpl dev eu01"` | |
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].forProvider.region | string | `"eu01"` | |
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].forProvider.subaccountAdminEmails | list | `[]` | |
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].forProvider.subaccountAdmins | list | `[]` | |
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].forProvider.subdomain | string | `"exmpl-dev-eu01"` | |
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].name | string | `"subAccount1"` | |
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].services.cloudManagement | bool | `true` | |
Expand All @@ -65,7 +65,7 @@ A Umbrealla Helm chart which demonstrate orchestration of SAP BTP Kyma Environme
| crossplane-provider-sap-btp-account.btpEntitlements[1].serviceName | string | `"cis"` | |
| crossplane-provider-sap-btp-account.btpEntitlements[1].servicePlanName | string | `"local"` | |
| crossplane-provider-sap-btp-account.cfAdminEmails | list | `[]` | |
| crossplane-provider-sap-btp-account.subaccountAdminEmails | list | `[]` | |
| crossplane-provider-sap-btp-account.subaccountAdmins | list | `[]` | |
| crossplane-provider-sap-btp-environment.kymaEnvironments[0].btpSapCrossplaneProviderConfigRefName | string | `"btp-account-provider-config"` | |
| crossplane-provider-sap-btp-environment.kymaEnvironments[0].cloudManagementRef.name | string | `"dev-eu01"` | |
| crossplane-provider-sap-btp-environment.kymaEnvironments[0].forProvider.parameters.administrators | list | `[]` | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ crossplane-provider-configs:
#########################################################################################################
crossplane-provider-sap-btp-account:
cfAdminEmails: &cfAdminEmails []
subaccountAdminEmails: &subaccountAdminEmails []
subaccountAdmins: &subaccountAdmins []
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++#
btpEntitlements: &btpEntitlements
- name: "kymaruntime-gcp"
Expand All @@ -88,7 +88,7 @@ crossplane-provider-sap-btp-account:
description: "Open Orchestrator Managed Control Plane Blueprint PoC"
subdomain: "exmpl-dev-eu01"
region: "eu01"
subaccountAdminEmails: *subaccountAdminEmails
subaccountAdmins: *subaccountAdmins
entitlements: *btpEntitlements
services:
serviceManager: true
Expand All @@ -101,7 +101,7 @@ crossplane-provider-sap-btp-environment:
name: "kyma-test"
forProvider:
parameters:
administrators: *subaccountAdminEmails
administrators: *subaccountAdmins
autoScalerMax: 9
autoScalerMin: 6
machineType: "n2-standard-48"
Expand Down
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.30
version: 0.0.31

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# btp-service-operator

![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)
![Version: 0.0.31](https://img.shields.io/badge/Version-0.0.31-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 Down Expand Up @@ -44,7 +44,7 @@ A Umbrealla Helm chart which demonstrate orchestration of SAP BTP Service Operat
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].forProvider.description | string | `"Open Managed Control Plane Blueprint"` | |
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].forProvider.displayName | string | `"dev-eu01"` | |
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].forProvider.region | string | `"eu01"` | |
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].forProvider.subaccountAdminEmails | list | `[]` | |
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].forProvider.subaccountAdmins | list | `[]` | |
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].forProvider.subdomain | string | `"dev-eu01"` | |
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].name | string | `"subAccount1"` | |
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].services.cloudManagement | bool | `false` | |
Expand All @@ -54,7 +54,7 @@ A Umbrealla Helm chart which demonstrate orchestration of SAP BTP Service Operat
| crossplane-provider-sap-btp-account.btpEntitlements[0].permitNumericQuota | bool | `false` | |
| crossplane-provider-sap-btp-account.btpEntitlements[0].serviceName | string | `"cis"` | |
| crossplane-provider-sap-btp-account.btpEntitlements[0].servicePlanName | string | `"local"` | |
| crossplane-provider-sap-btp-account.subaccountAdminEmails | list | `[]` | |
| crossplane-provider-sap-btp-account.subaccountAdmins | list | `[]` | |
| external-secrets-config.externalSecret[0].data[0].remoteRef.key | string | `"btp-endpoint.example/btp-account"` | |
| external-secrets-config.externalSecret[0].data[0].remoteRef.property | string | `"btp-cis-provider-credentials"` | |
| external-secrets-config.externalSecret[0].data[0].secretKey | string | `"btp-cis-provider-credentials"` | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ crossplane-provider-configs:
key: btp-service-account-provider-credentials
#########################################################################################################
crossplane-provider-sap-btp-account:
subaccountAdminEmails: &subaccountAdminEmails []
subaccountAdmins: &subaccountAdmins []
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++#
btpEntitlements: &btpEntitlements
- name: "cis-local"
Expand All @@ -82,7 +82,7 @@ crossplane-provider-sap-btp-account:
description: "Open Managed Control Plane Blueprint"
subdomain: "dev-eu01"
region: "eu01"
subaccountAdminEmails: *subaccountAdminEmails
subaccountAdmins: *subaccountAdmins
entitlements: *btpEntitlements
services:
serviceManager: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ icon: "https://avatars.githubusercontent.com/u/2531208?s=200&v=4"
# 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.12
version: 0.0.13
# 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# landscape-definition

![Version: 0.0.12](https://img.shields.io/badge/Version-0.0.12-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.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)

A nested umbrealla Helm chart which contains crossplane manifests to demonstrate orchestration of BTP Sub-Accounts. Crossplane Provider Configs and landscape credentials are managed by Helm Chart landscape-provider-cfgs-credentials!

Expand All @@ -25,15 +25,15 @@ A nested umbrealla Helm chart which contains crossplane manifests to demonstrate
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].forProvider.description | string | `"Sub Account managed by Open MCP & IaD"` | |
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].forProvider.displayName | string | `"Open Managed Control Plane Blueprint Sub-Account"` | |
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].forProvider.region | string | `"eu01"` | |
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].forProvider.subaccountAdminEmails | list | `[]` | |
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].forProvider.subaccountAdmins | list | `[]` | |
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].forProvider.subdomain | string | `"dev-eu01"` | |
| crossplane-provider-sap-btp-account.accounts[0].subAccounts[0].name | string | `"subAccount1"` | |
| crossplane-provider-sap-btp-account.entitlementsLegacyLandscape[0].amount | int | `1` | |
| crossplane-provider-sap-btp-account.entitlementsLegacyLandscape[0].name | string | `"auditlog-oauth2"` | |
| crossplane-provider-sap-btp-account.entitlementsLegacyLandscape[0].permitNumericQuota | bool | `true` | |
| crossplane-provider-sap-btp-account.entitlementsLegacyLandscape[0].serviceName | string | `"auditlog-management"` | |
| crossplane-provider-sap-btp-account.entitlementsLegacyLandscape[0].servicePlanName | string | `"default"` | |
| crossplane-provider-sap-btp-account.subaccountAdminEmails | list | `[]` | |
| crossplane-provider-sap-btp-account.subaccountAdmins | list | `[]` | |
| tags.crossplane-provider-sap-btp-account | bool | `true` | |

----------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tags: # see ./Chart.yaml @url: https://helm.sh/docs/topics/charts/#tags-and-cond
crossplane-provider-sap-btp-account: true
#########################################################################################################
crossplane-provider-sap-btp-account:
subaccountAdminEmails: &subaccountAdminEmails []
subaccountAdmins: &subaccountAdmins []
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++#
entitlementsLegacyLandscape: &entitlementsLegacyLandscape
- name: "auditlog-oauth2"
Expand All @@ -25,7 +25,7 @@ crossplane-provider-sap-btp-account:
description: "Sub Account managed by Open MCP & IaD"
subdomain: "dev-eu01"
region: "eu01"
subaccountAdminEmails: *subaccountAdminEmails
subaccountAdmins: *subaccountAdmins
entitlements: *entitlementsLegacyLandscape
#-------------------------------------------------------------------------------------------------------------------------#
######################################################################################################################################
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ icon: "https://avatars.githubusercontent.com/u/2531208?s=200&v=4"
# 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.20
version: 0.0.21
# 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# migration-test-provider-btp-accounts

![Version: 0.0.20](https://img.shields.io/badge/Version-0.0.20-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.21](https://img.shields.io/badge/Version-0.0.21-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

Expand Down Expand Up @@ -67,7 +67,7 @@ This template umbrella Helm Chart demonstrates the orchestration of BTP resource
| crossplane-provider-sap-btp-account.entitlementsLegacyLandscape[1].permitNumericQuota | bool | `false` | |
| crossplane-provider-sap-btp-account.entitlementsLegacyLandscape[1].serviceName | string | `"cis"` | |
| crossplane-provider-sap-btp-account.entitlementsLegacyLandscape[1].servicePlanName | string | `"local"` | |
| crossplane-provider-sap-btp-account.subaccountAdminEmails | list | `[]` | |
| crossplane-provider-sap-btp-account.subaccountAdmins | list | `[]` | |
| tags.crossplane-provider-configs | bool | `true` | |
| tags.crossplane-provider-sap-btp-account | bool | `true` | |

Expand Down
Loading