|
| 1 | +--- |
1 | 2 | apiVersion: v2
|
2 | 3 | name: artemiscloud-operator-crds
|
3 | 4 | description: A Helm chart to install ArtemisCloud Operator CRDs
|
4 | 5 |
|
5 | 6 | # A chart can be either an 'application' or a 'library' chart.
|
6 | 7 | #
|
7 |
| -# Application charts are a collection of templates that can be packaged into versioned archives |
8 |
| -# to be deployed. |
| 8 | +# Application charts are a collection of templates that can be packaged into |
| 9 | +# versioned archives to be deployed. |
9 | 10 | #
|
10 |
| -# Library charts provide useful utilities or functions for the chart developer. They're included as |
11 |
| -# a dependency of application charts to inject those utilities and functions into the rendering |
12 |
| -# pipeline. Library charts do not define any templates and therefore cannot be deployed. |
| 11 | +# Library charts provide useful utilities or functions for the chart developer. |
| 12 | +# They're included as a dependency of application charts to inject those |
| 13 | +# utilities and functions into the rendering pipeline. Library charts do not |
| 14 | +# define any templates and therefore cannot be deployed. |
13 | 15 | type: application
|
14 | 16 |
|
15 |
| -# This is the chart version. This version number should be incremented each time you make changes |
16 |
| -# to the chart and its templates, including the app version. |
| 17 | +# This is the chart version. This version number should be incremented each |
| 18 | +# time you make changes to the chart and its templates, including the app |
| 19 | +# version. |
17 | 20 | # Versions are expected to follow Semantic Versioning (https://semver.org/)
|
18 |
| -version: 1.2.6 |
| 21 | +version: 1.2.7 |
19 | 22 |
|
20 | 23 | #########################################################
|
21 | 24 | ### ATTENTION ATTENTION ATTENTION ATTENTION ATTENTION ###
|
22 | 25 | ### ATTENTION ATTENTION ATTENTION ATTENTION ATTENTION ###
|
23 | 26 | ### ATTENTION ATTENTION ATTENTION ATTENTION ATTENTION ###
|
24 | 27 | #########################################################
|
25 | 28 | # The app version needs to in match with the operator version where the CRDs
|
26 |
| -# where consumed from because the artemiscloud-operator chart depends on this chart |
27 |
| -appVersion: "1.2.6" |
| 29 | +# where consumed from because the artemiscloud-operator chart depends on this |
| 30 | +# chart |
| 31 | +appVersion: "1.2.7" |
0 commit comments