Skip to content

Commit 4422b50

Browse files
authored
Merge branch 'chore/os_preparations' into test_workflows
2 parents d341d4d + 47ba44a commit 4422b50

File tree

28 files changed

+76
-76
lines changed

28 files changed

+76
-76
lines changed

.github/workflows/git-pr-status-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ concurrency:
99

1010
jobs:
1111
pr-status-check:
12-
uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@main"
12+
uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@chore/os_preparations"
1313
with:
1414
HELM_REPO_NAME: 'building-blocks'
15-
HELM_REPO_URL: 'https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/refs/heads/gh-pages/'
15+
HELM_REPO_OCI_URL: 'oci://ghcr.io/openmcp-project'
1616
BUILDING_BLOCKS_GIT_REPO_URL: 'https://github.com/openmcp-project/blueprint-building-blocks.git'
1717
secrets:
1818
HELM_REPO_USERNAME: "${{ secrets.GITHUB_TOKEN }}"

helm/umbrella/blueprints/btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,24 @@ dependencies:
3232
- name: crossplane-provider-configs
3333
alias: crossplane-provider-configs
3434
version: 0.0.15
35-
repository: " https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/"
35+
repository: "oci://ghcr.io/openmcp-project"
3636
tags:
3737
- crossplane-provider-configs
3838
- name: external-secrets-config
3939
alias: external-secrets-config
4040
version: 0.1.7
41-
repository: " https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/"
41+
repository: "oci://ghcr.io/openmcp-project"
4242
tags:
4343
- external-secrets-config
4444
- name: crossplane-provider-sap-btp-account
4545
alias: crossplane-provider-sap-btp-account
4646
version: 0.0.6
47-
repository: " https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/"
47+
repository: "oci://ghcr.io/openmcp-project"
4848
tags:
4949
- crossplane-provider-sap-btp-account
5050
- name: crossplane-provider-sap-btp-environment
5151
alias: crossplane-provider-sap-btp-environment
5252
version: 0.0.12
53-
repository: " https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/"
53+
repository: "oci://ghcr.io/openmcp-project"
5454
tags:
5555
- crossplane-provider-sap-btp-environment

helm/umbrella/blueprints/btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ A Umbrealla Helm chart which demonstrate orchestration of SAP BTP Cloud Foundry
1313

1414
| Repository | Name | Version |
1515
|------------|------|---------|
16-
| https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/ | crossplane-provider-configs(crossplane-provider-configs) | 0.0.15 |
17-
| https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/ | crossplane-provider-sap-btp-account(crossplane-provider-sap-btp-account) | 0.0.6 |
18-
| https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/ | crossplane-provider-sap-btp-environment(crossplane-provider-sap-btp-environment) | 0.0.12 |
19-
| https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/ | external-secrets-config(external-secrets-config) | 0.1.7 |
16+
| oci://ghcr.io/openmcp-project | crossplane-provider-configs(crossplane-provider-configs) | 0.0.15 |
17+
| oci://ghcr.io/openmcp-project | crossplane-provider-sap-btp-account(crossplane-provider-sap-btp-account) | 0.0.6 |
18+
| oci://ghcr.io/openmcp-project | crossplane-provider-sap-btp-environment(crossplane-provider-sap-btp-environment) | 0.0.12 |
19+
| oci://ghcr.io/openmcp-project | external-secrets-config(external-secrets-config) | 0.1.7 |
2020

2121
## Values
2222

helm/umbrella/blueprints/btp-kyma-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,24 @@ dependencies:
3232
- name: crossplane-provider-configs
3333
alias: crossplane-provider-configs
3434
version: 0.0.15
35-
repository: " https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/"
35+
repository: "oci://ghcr.io/openmcp-project"
3636
tags:
3737
- crossplane-provider-configs
3838
- name: external-secrets-config
3939
alias: external-secrets-config
4040
version: 0.1.7
41-
repository: " https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/"
41+
repository: "oci://ghcr.io/openmcp-project"
4242
tags:
4343
- external-secrets-config
4444
- name: crossplane-provider-sap-btp-account
4545
alias: crossplane-provider-sap-btp-account
4646
version: 0.0.6
47-
repository: " https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/"
47+
repository: "oci://ghcr.io/openmcp-project"
4848
tags:
4949
- crossplane-provider-sap-btp-account
5050
- name: crossplane-provider-sap-btp-environment
5151
alias: crossplane-provider-sap-btp-environment
5252
version: 0.0.12
53-
repository: " https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/"
53+
repository: "oci://ghcr.io/openmcp-project"
5454
tags:
5555
- crossplane-provider-sap-btp-environment

helm/umbrella/blueprints/btp-kyma-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ A Umbrealla Helm chart which demonstrate orchestration of SAP BTP Kyma Environme
1313

1414
| Repository | Name | Version |
1515
|------------|------|---------|
16-
| https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/ | crossplane-provider-configs(crossplane-provider-configs) | 0.0.15 |
17-
| https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/ | crossplane-provider-sap-btp-account(crossplane-provider-sap-btp-account) | 0.0.6 |
18-
| https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/ | crossplane-provider-sap-btp-environment(crossplane-provider-sap-btp-environment) | 0.0.12 |
19-
| https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/ | external-secrets-config(external-secrets-config) | 0.1.7 |
16+
| oci://ghcr.io/openmcp-project | crossplane-provider-configs(crossplane-provider-configs) | 0.0.15 |
17+
| oci://ghcr.io/openmcp-project | crossplane-provider-sap-btp-account(crossplane-provider-sap-btp-account) | 0.0.6 |
18+
| oci://ghcr.io/openmcp-project | crossplane-provider-sap-btp-environment(crossplane-provider-sap-btp-environment) | 0.0.12 |
19+
| oci://ghcr.io/openmcp-project | external-secrets-config(external-secrets-config) | 0.1.7 |
2020

2121
## Values
2222

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,24 @@ dependencies:
3434
- name: crossplane-provider-configs
3535
alias: crossplane-provider-configs
3636
version: 0.0.15
37-
repository: " https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/"
37+
repository: "oci://ghcr.io/openmcp-project"
3838
tags:
3939
- crossplane-provider-configs
4040
- name: external-secrets-config
4141
alias: external-secrets-config
4242
version: 0.1.7
43-
repository: " https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/"
43+
repository: "oci://ghcr.io/openmcp-project"
4444
tags:
4545
- external-secrets-config
4646
- name: crossplane-provider-sap-btp-account
4747
alias: crossplane-provider-sap-btp-account
4848
version: 0.0.6
49-
repository: " https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/"
49+
repository: "oci://ghcr.io/openmcp-project"
5050
tags:
5151
- crossplane-provider-sap-btp-account
5252
- name: sap-btp-services
5353
alias: sap-btp-services
5454
version: 0.0.9
55-
repository: " https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/"
55+
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ A Umbrealla Helm chart which demonstrate orchestration of SAP BTP Service Operat
1313

1414
| Repository | Name | Version |
1515
|------------|------|---------|
16-
| https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/ | crossplane-provider-configs(crossplane-provider-configs) | 0.0.15 |
17-
| https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/ | crossplane-provider-sap-btp-account(crossplane-provider-sap-btp-account) | 0.0.6 |
18-
| https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/ | external-secrets-config(external-secrets-config) | 0.1.7 |
19-
| https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/ | sap-btp-services(sap-btp-services) | 0.0.9 |
16+
| oci://ghcr.io/openmcp-project | crossplane-provider-configs(crossplane-provider-configs) | 0.0.15 |
17+
| oci://ghcr.io/openmcp-project | crossplane-provider-sap-btp-account(crossplane-provider-sap-btp-account) | 0.0.6 |
18+
| oci://ghcr.io/openmcp-project | external-secrets-config(external-secrets-config) | 0.1.7 |
19+
| oci://ghcr.io/openmcp-project | sap-btp-services(sap-btp-services) | 0.0.9 |
2020

2121
## Values
2222

helm/umbrella/blueprints/example-base.abc.shoot.live.k8s-hana.ondemand.com/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ dependencies:
2929
- name: crossplane-provider-configs
3030
alias: crossplane-provider-configs
3131
version: 0.0.15
32-
repository: ://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/"
32+
repository: "oci://ghcr.io/openmcp-project"
3333
tags:
3434
- crossplane-provider-configs
3535
- name: external-secrets-config
3636
alias: external-secrets-config
3737
version: 0.1.7
38-
repository: ://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/"
38+
repository: "oci://ghcr.io/openmcp-project"
3939
tags:
4040
- external-secrets-config

helm/umbrella/blueprints/example-nested.zzz.shoot.live.k8s-hana.ondemand.com/landscape-definition/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ dependencies:
2727
- name: crossplane-provider-sap-btp-account
2828
alias: crossplane-provider-sap-btp-account
2929
version: 0.0.6
30-
repository: " https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/"
30+
repository: "oci://ghcr.io/openmcp-project"
3131
tags:
3232
- crossplane-provider-sap-btp-account

helm/umbrella/blueprints/example-nested.zzz.shoot.live.k8s-hana.ondemand.com/landscape-definition/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A nested umbrealla Helm chart which contains crossplane manifests to demonstrate
88

99
| Repository | Name | Version |
1010
|------------|------|---------|
11-
| https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/ | crossplane-provider-sap-btp-account(crossplane-provider-sap-btp-account) | 0.0.6 |
11+
| oci://ghcr.io/openmcp-project | crossplane-provider-sap-btp-account(crossplane-provider-sap-btp-account) | 0.0.6 |
1212

1313
## Values
1414

0 commit comments

Comments
 (0)