File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,18 +18,18 @@ type: application
18
18
# This is the chart version. This version number should be incremented each time you make changes
19
19
# to the chart and its templates, including the app version.
20
20
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21
- version : 0.11.0
21
+ version : 0.11.1
22
22
23
23
# This is the version number of the application being deployed. This version number should be
24
24
# incremented each time you make changes to the application. Versions are not expected to
25
25
# follow Semantic Versioning. They should reflect the version the application is using.
26
26
# It is recommended to use it with quotes.
27
- appVersion : 0.12 .0
27
+ appVersion : 0.13 .0
28
28
29
29
annotations :
30
30
artifacthub.io/images : |
31
31
- name: pvc-autoresizer
32
- image: ghcr.io/topolvm/pvc-autoresizer:0.12 .0
32
+ image: ghcr.io/topolvm/pvc-autoresizer:0.13 .0
33
33
artifacthub.io/license : Apache-2.0
34
34
35
35
dependencies :
Original file line number Diff line number Diff line change 4
4
5
5
# image.tag -- pvc-autoresizer image tag to use.
6
6
# @default -- `{{ .Chart.AppVersion }}`
7
- tag : # 0.12 .0
7
+ tag : # 0.13 .0
8
8
9
9
# image.pullPolicy -- pvc-autoresizer image pullPolicy.
10
10
pullPolicy : # Always
You can’t perform that action at this time.
0 commit comments