Skip to content

Commit 3083d8d

Browse files
chore(deps): update crossplane-gardener-shoot-clusters docker tag to v0.0.14 (#49)
* chore(deps): update crossplane-gardener-shoot-clusters docker tag to v0.0.14 * chore(ci): update helm/umbrella/blueprints/provider-gardener.abc.shoot.live.k8s-hana.ondemand.com/Chart.yaml.version 0.0.27 -> 0.0.28 * chore(ci): update Helm Chart helm/umbrella/blueprints/provider-gardener.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 d5751b4 commit 3083d8d

File tree

3 files changed

+6
-7
lines changed
  • helm/umbrella/blueprints/provider-gardener.abc.shoot.live.k8s-hana.ondemand.com
  • manifests/helm/umbrella/blueprints/provider-gardener.abc.shoot.live.k8s-hana.ondemand.com/provider-gardener/charts/crossplane-gardener-shoot-clusters/templates/garden-manifests

3 files changed

+6
-7
lines changed

helm/umbrella/blueprints/provider-gardener.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.27
21+
version: 0.0.28
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.
@@ -40,7 +40,7 @@ dependencies:
4040
- external-secrets-config
4141
- name: crossplane-gardener-shoot-clusters
4242
alias: crossplane-gardener-shoot-clusters
43-
version: 0.0.13
43+
version: 0.0.14
4444
repository: "oci://ghcr.io/openmcp-project"
4545
tags:
4646
- crossplane-gardener-shoot-clusters

helm/umbrella/blueprints/provider-gardener.abc.shoot.live.k8s-hana.ondemand.com/README.md

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

33
# provider-gardener
44

5-
![Version: 0.0.27](https://img.shields.io/badge/Version-0.0.27-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.28](https://img.shields.io/badge/Version-0.0.28-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 contains crossplane manifests to demonstrate orchestration of new SAP Gardener Clusters and its stack
88

99
## Requirements
1010

1111
| Repository | Name | Version |
1212
|------------|------|---------|
13-
| oci://ghcr.io/openmcp-project | crossplane-gardener-shoot-clusters(crossplane-gardener-shoot-clusters) | 0.0.13 |
13+
| oci://ghcr.io/openmcp-project | crossplane-gardener-shoot-clusters(crossplane-gardener-shoot-clusters) | 0.0.14 |
1414
| oci://ghcr.io/openmcp-project | crossplane-provider-configs(crossplane-provider-configs) | 0.0.20 |
1515
| oci://ghcr.io/openmcp-project | crossplane-provider-helm(crossplane-provider-helm) | 0.0.12 |
1616
| oci://ghcr.io/openmcp-project | external-secrets-config(external-secrets-config) | 0.1.12 |

manifests/helm/umbrella/blueprints/provider-gardener.abc.shoot.live.k8s-hana.ondemand.com/provider-gardener/charts/crossplane-gardener-shoot-clusters/templates/garden-manifests/gardener-shoot-cluster-gcp.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
name: "iad-test"
77
labels:
88
openmcp.cloud/blueprint-building-block: "crossplane-gardener-shoot-clusters"
9-
openmcp.cloud/blueprint-building-block-version: "0.0.13"
9+
openmcp.cloud/blueprint-building-block-version: "0.0.14"
1010
spec:
1111
providerConfigRef:
1212
name: "garden-co-golden" # Set to Kubernetes ProviderConfig
@@ -19,8 +19,7 @@ spec:
1919
annotations:
2020
confirmation.gardener.cloud/deletion: "true" # otherwise it can't be destroyed using IAD
2121
name: iad-test
22-
namespace: garden-co-golden
23-
22+
namespace: garden-co-golden
2423
spec:
2524
secretBindingName: gcp-sa-garden-co-golden # Set your SecretBinding name
2625
cloudProfileName: gcp

0 commit comments

Comments
 (0)