@@ -15,30 +15,12 @@ annotations:
15
15
url: https://github.com/keptn/lifecycle-toolkit/issues/new
16
16
- name: community
17
17
url: https://slack.keptn.sh/
18
- artifacthub.io/license : " Apache-2.0"
19
- artifacthub.io/operator : " true"
20
-
21
- kubeVersion : " >= 1.24.0-0"
22
- # A chart can be either an 'application' or a 'library' chart.
23
- #
24
- # Application charts are a collection of templates that can be packaged into versioned archives
25
- # to be deployed.
26
- #
27
- # Library charts provide useful utilities or functions for the chart developer. They're included as
28
- # a dependency of application charts to inject those utilities and functions into the rendering
29
- # pipeline. Library charts do not define any templates and therefore cannot be deployed.
18
+ artifacthub.io/license : Apache-2.0
19
+ artifacthub.io/operator : ' true'
20
+ kubeVersion : ' >= 1.24.0-0'
30
21
type : application
31
-
32
- # This is the chart version. This version number should be incremented each time you make changes
33
- # to the chart and its templates, including the app version.
34
- # Versions are expected to follow Semantic Versioning (https://semver.org/)
35
- version : 0.2.4
36
-
37
- # This is the version number of the application being deployed. This version number should be
38
- # incremented each time you make changes to the application. Versions are not expected to
39
- # follow Semantic Versioning. They should reflect the version the application is using.
40
- # It is recommended to use it with quotes.
41
- appVersion : " v2.2.0" # x-release-please-version
22
+ version : 0.2.5
23
+ appVersion : v2.2.1 # x-release-please-version
42
24
dependencies :
43
25
- name : common
44
26
repository : https://charts.lifecycle.keptn.sh
0 commit comments