Skip to content

Commit

Permalink
Merge pull request #239 from topolvm/bump-chart-0.10.2
Browse files Browse the repository at this point in the history
Bump chart version to 0.10.2
  • Loading branch information
pluser authored Feb 2, 2024
2 parents 63cbbdf + b0b3861 commit f90b872
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.10.1
version: 0.10.2

# 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.10.1
appVersion: 0.11.0

annotations:
artifacthub.io/images: |
- name: pvc-autoresizer
image: ghcr.io/topolvm/pvc-autoresizer:0.10.1
image: ghcr.io/topolvm/pvc-autoresizer:0.11.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.10.1
tag: # 0.11.0

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

0 comments on commit f90b872

Please sign in to comment.