|
| 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 |
0 commit comments