Skip to content

Commit c33a7a8

Browse files
wchomiksk31337
andauthored
chore: Added provider-aws.abc.shoot.live.k8s-hana.ondemand.com blueprint (#19)
* chore: Added missing provider-aws.abc.shoot.live.k8s-hana.ondemand.com blueprint * chore(ci): update Helm Chart helm/umbrella/blueprints/provider-aws.abc.shoot.live.k8s-hana.ondemand.com/README.md file * chore(ci): k8s manifest templated for Helm Charts --------- Co-authored-by: wchomik <[email protected]> Co-authored-by: Steffen <[email protected]> Co-authored-by: sk31337 <[email protected]>
1 parent 65b2f84 commit c33a7a8

File tree

24 files changed

+4259
-0
lines changed

24 files changed

+4259
-0
lines changed
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
apiVersion: v2
3+
name: provider-aws.zzzz
4+
description: A Umbrealla Helm chart which contains crossplane manifests to demonstrate orchestration of AWS resources
5+
# A chart can be either an 'application' or a 'library' chart.
6+
#
7+
# Application charts are a collection of templates that can be packaged into
8+
# versioned archives to be deployed.
9+
#
10+
# Library charts provide useful utilities or functions for the chart developer.
11+
# They're included as a dependency of application charts to inject those
12+
# utilities and functions into the rendering pipeline. Library charts
13+
# do not define any templates and therefore cannot be deployed.
14+
type: application
15+
# A URL to an SVG or PNG image to be used as an icon
16+
icon: "https://avatars.githubusercontent.com/u/2531208?s=200&v=4"
17+
# This is the chart version. This version number should be incremented each time
18+
# you make changes to the chart and its templates, including the app version.
19+
# Versions are expected to follow Semantic Versioning (https://semver.org/)
20+
21+
version: 0.0.35
22+
23+
# This is the version number of the application being deployed. This version
24+
# number should be incremented each time you make changes to the application.
25+
# Versions are not expected to follow Semantic Versioning. They should reflect
26+
# the version the application is using. It is recommended to use it with quotes.
27+
appVersion: "0.0.1"
28+
dependencies:
29+
- name: crossplane-provider-configs
30+
alias: crossplane-provider-configs
31+
version: 0.0.18
32+
repository: "oci://ghcr.io/openmcp-project"
33+
tags:
34+
- crossplane-provider-configs
35+
- name: external-secrets-config
36+
alias: external-secrets-config
37+
version: 0.1.10
38+
repository: "oci://ghcr.io/openmcp-project"
39+
tags:
40+
- external-secrets-config
41+
- name: crossplane-provider-aws-ec2
42+
alias: crossplane-provider-aws-ec2
43+
version: 0.0.12
44+
repository: "oci://ghcr.io/openmcp-project"
45+
tags:
46+
- crossplane-provider-aws-ec2
47+
- name: crossplane-provider-aws-eks
48+
alias: crossplane-provider-aws-eks
49+
version: 0.0.12
50+
repository: "oci://ghcr.io/openmcp-project"
51+
tags:
52+
- crossplane-provider-aws-eks
53+
- name: crossplane-provider-aws-iam
54+
alias: crossplane-provider-aws-iam
55+
version: 0.0.13
56+
repository: "oci://ghcr.io/openmcp-project"
57+
tags:
58+
- crossplane-provider-aws-rdr
59+
- name: crossplane-provider-aws-rdr
60+
alias: crossplane-provider-aws-rdr
61+
version: 0.0.11
62+
repository: "oci://ghcr.io/openmcp-project"
63+
tags:
64+
- crossplane-provider-aws-rdr
65+
- name: crossplane-provider-apiextensions-composition
66+
alias: crossplane-provider-apiextensions-composition
67+
version: 0.0.11
68+
repository: "oci://ghcr.io/openmcp-project"
69+
tags:
70+
- crossplane-provider-apiextensions-composition

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

Lines changed: 1165 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# TL;DR
2+
This template umbrella Helm Chart demonstrates the orchestration of AWS native cloud resources such as [Elastic Compute Cloud (EC2)](https://docs.aws.amazon.com/de_de/AWSEC2/latest/UserGuide/concepts.html), [Elastic Kubernetes Service (EKS)](https://docs.aws.amazon.com/de_de/eks/latest/userguide/what-is-eks.html) and some more.
3+
4+
{{ template "chart.header" . }}
5+
{{ template "chart.deprecationWarning" . }}
6+
7+
{{ template "chart.badgesSection" . }}
8+
9+
{{ template "chart.description" . }}
10+
11+
{{ template "chart.homepageLine" . }}
12+
13+
{{ template "chart.maintainersSection" . }}
14+
15+
{{ template "chart.sourcesSection" . }}
16+
17+
{{ template "chart.requirementsSection" . }}
18+
19+
{{ template "chart.valuesSection" . }}
20+
21+
{{ template "helm-docs.versionFooter" . }}

helm/umbrella/blueprints/provider-aws.abc.shoot.live.k8s-hana.ondemand.com/templates/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)