Skip to content

Commit

Permalink
Merge pull request #196 from topolvm/bump-chart-0.8.1
Browse files Browse the repository at this point in the history
Bump chart version to 0.8.1
  • Loading branch information
toshipp committed May 23, 2023
2 parents b6eacd6 + b21cb6d commit 3f698ca
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion charts/pvc-autoresizer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ This file itself is based on [Keep a CHANGELOG](https://keepachangelog.com/en/0.

## [Unreleased]

## [0.8.1] - 2023-05-23

### Changed

- appVersion was changed to 0.8.0.

## [0.8.0] - 2023-04-05

### Added
Expand Down Expand Up @@ -117,7 +123,8 @@ This file itself is based on [Keep a CHANGELOG](https://keepachangelog.com/en/0.
## [0.2.0] - 2021-08-10
- First release.

[Unreleased]: https://github.com/topolvm/pvc-autoresizer/compare/pvc-autoresizer-chart-v0.8.0...HEAD
[Unreleased]: https://github.com/topolvm/pvc-autoresizer/compare/pvc-autoresizer-chart-v0.8.1...HEAD
[0.8.1]: https://github.com/topolvm/pvc-autoresizer/compare/pvc-autoresizer-chart-v0.8.0...pvc-autoresizer-chart-v0.8.1
[0.8.0]: https://github.com/topolvm/pvc-autoresizer/compare/pvc-autoresizer-chart-v0.7.0...pvc-autoresizer-chart-v0.8.0
[0.7.0]: https://github.com/topolvm/pvc-autoresizer/compare/pvc-autoresizer-chart-v0.6.1...pvc-autoresizer-chart-v0.7.0
[0.6.1]: https://github.com/topolvm/pvc-autoresizer/compare/pvc-autoresizer-chart-v0.6.0...pvc-autoresizer-chart-v0.6.1
Expand Down
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.8.0
version: 0.8.1

# 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.7.0
appVersion: 0.8.0

annotations:
artifacthub.io/images: |
- name: pvc-autoresizer
image: ghcr.io/topolvm/pvc-autoresizer:0.7.0
image: ghcr.io/topolvm/pvc-autoresizer:0.8.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.7.0
tag: # 0.8.0

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

0 comments on commit 3f698ca

Please sign in to comment.