Skip to content

Commit e9fb4ba

Browse files
authored
Merge pull request #249 from topolvm/bump-chart-0.11.1
Bump chart version to 0.11.1
2 parents 3142fc4 + cc01859 commit e9fb4ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/pvc-autoresizer/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 0.11.0
21+
version: 0.11.1
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to
2525
# follow Semantic Versioning. They should reflect the version the application is using.
2626
# It is recommended to use it with quotes.
27-
appVersion: 0.12.0
27+
appVersion: 0.13.0
2828

2929
annotations:
3030
artifacthub.io/images: |
3131
- name: pvc-autoresizer
32-
image: ghcr.io/topolvm/pvc-autoresizer:0.12.0
32+
image: ghcr.io/topolvm/pvc-autoresizer:0.13.0
3333
artifacthub.io/license: Apache-2.0
3434

3535
dependencies:

charts/pvc-autoresizer/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ image:
44

55
# image.tag -- pvc-autoresizer image tag to use.
66
# @default -- `{{ .Chart.AppVersion }}`
7-
tag: # 0.12.0
7+
tag: # 0.13.0
88

99
# image.pullPolicy -- pvc-autoresizer image pullPolicy.
1010
pullPolicy: # Always

0 commit comments

Comments
 (0)