Skip to content

Commit

Permalink
Merge pull request #269 from topolvm/bump-chart-0.11.4
Browse files Browse the repository at this point in the history
Bump chart version to 0.11.4
  • Loading branch information
peng225 committed Jul 8, 2024
2 parents 0723820 + c81116f commit a7cf199
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/pvc-autoresizer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.11.3
version: 0.11.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 0.14.0
appVersion: 0.15.0

annotations:
artifacthub.io/images: |
- name: pvc-autoresizer
image: ghcr.io/topolvm/pvc-autoresizer:0.14.0
image: ghcr.io/topolvm/pvc-autoresizer:0.15.0
artifacthub.io/license: Apache-2.0

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/pvc-autoresizer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:

# image.tag -- pvc-autoresizer image tag to use.
# @default -- `{{ .Chart.AppVersion }}`
tag: # 0.14.0
tag: # 0.15.0

# image.pullPolicy -- pvc-autoresizer image pullPolicy.
pullPolicy: # Always
Expand Down

0 comments on commit a7cf199

Please sign in to comment.