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.26
version: 0.0.27

# 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 @@ -40,7 +40,7 @@ dependencies:
- external-secrets-config
- name: crossplane-gardener-shoot-clusters
alias: crossplane-gardener-shoot-clusters
version: 0.0.12
version: 0.0.13
repository: "oci://ghcr.io/openmcp-project"
tags:
- crossplane-gardener-shoot-clusters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

# provider-gardener

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

A Umbrealla Helm chart which contains crossplane manifests to demonstrate orchestration of new SAP Gardener Clusters and its stack

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| oci://ghcr.io/openmcp-project | crossplane-gardener-shoot-clusters(crossplane-gardener-shoot-clusters) | 0.0.12 |
| oci://ghcr.io/openmcp-project | crossplane-gardener-shoot-clusters(crossplane-gardener-shoot-clusters) | 0.0.13 |
| oci://ghcr.io/openmcp-project | crossplane-provider-configs(crossplane-provider-configs) | 0.0.20 |
| oci://ghcr.io/openmcp-project | crossplane-provider-helm(crossplane-provider-helm) | 0.0.12 |
| oci://ghcr.io/openmcp-project | external-secrets-config(external-secrets-config) | 0.1.12 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: "iad-test"
labels:
openmcp.cloud/blueprint-building-block: "crossplane-gardener-shoot-clusters"
openmcp.cloud/blueprint-building-block-version: "0.0.12"
openmcp.cloud/blueprint-building-block-version: "0.0.13"
spec:
providerConfigRef:
name: "garden-co-golden" # Set to Kubernetes ProviderConfig
Expand Down Expand Up @@ -42,7 +42,7 @@ spec:
- machine:
image:
name: gardenlinux
version: 1312.3.0
version: 1877.2.0
type: n2-standard-8
maxSurge: 1
maxUnavailable: 0
Expand Down
Loading