Skip to content

Commit

Permalink
Bump chart version to 0.3.5 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
satoru-takeuchi authored Mar 4, 2022
1 parent 4d052ca commit b3b764d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion charts/pvc-autoresizer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ This file itself is based on [Keep a CHANGELOG](https://keepachangelog.com/en/0.

## [Unreleased]

## [0.3.5] - 2022-03-04

### Changed
- appVersion was changed to 0.3.0.

## [0.3.4] - 2022-02-07

### Changed
Expand Down Expand Up @@ -38,7 +43,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.3.4...HEAD
[Unreleased]: https://github.com/topolvm/pvc-autoresizer/compare/pvc-autoresizer-chart-v0.3.5...HEAD
[0.3.5]: https://github.com/topolvm/pvc-autoresizer/compare/pvc-autoresizer-chart-v0.3.4...pvc-autoresizer-chart-v0.3.5
[0.3.4]: https://github.com/topolvm/pvc-autoresizer/compare/pvc-autoresizer-chart-v0.3.3...pvc-autoresizer-chart-v0.3.4
[0.3.3]: https://github.com/topolvm/pvc-autoresizer/compare/pvc-autoresizer-chart-v0.3.2...pvc-autoresizer-chart-v0.3.3
[0.3.2]: https://github.com/topolvm/pvc-autoresizer/compare/pvc-autoresizer-chart-v0.3.1...pvc-autoresizer-chart-v0.3.2
Expand Down
4 changes: 2 additions & 2 deletions charts/pvc-autoresizer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ 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.3.4
version: 0.3.5

# 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.2.3
appVersion: 0.3.0
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.2.3
tag: # 0.3.0

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

0 comments on commit b3b764d

Please sign in to comment.