diff --git a/charts/pvc-autoresizer/CHANGELOG.md b/charts/pvc-autoresizer/CHANGELOG.md index ef658bad..f1f7f35c 100644 --- a/charts/pvc-autoresizer/CHANGELOG.md +++ b/charts/pvc-autoresizer/CHANGELOG.md @@ -7,6 +7,11 @@ This file itself is based on [Keep a CHANGELOG](https://keepachangelog.com/en/0. ## [Unreleased] +## [0.3.6] - 2022-04-04 + +### Changed +- appVersion was changed to 0.3.1. + ## [0.3.5] - 2022-03-04 ### Changed @@ -43,7 +48,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.5...HEAD +[Unreleased]: https://github.com/topolvm/pvc-autoresizer/compare/pvc-autoresizer-chart-v0.3.6...HEAD +[0.3.6]: https://github.com/topolvm/pvc-autoresizer/compare/pvc-autoresizer-chart-v0.3.5...pvc-autoresizer-chart-v0.3.6 [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 diff --git a/charts/pvc-autoresizer/Chart.yaml b/charts/pvc-autoresizer/Chart.yaml index 04a00e80..426a7cdf 100644 --- a/charts/pvc-autoresizer/Chart.yaml +++ b/charts/pvc-autoresizer/Chart.yaml @@ -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.5 +version: 0.3.6 # 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.3.0 +appVersion: 0.3.1 diff --git a/charts/pvc-autoresizer/values.yaml b/charts/pvc-autoresizer/values.yaml index 8d96dc53..3b2403bd 100644 --- a/charts/pvc-autoresizer/values.yaml +++ b/charts/pvc-autoresizer/values.yaml @@ -4,7 +4,7 @@ image: # image.tag -- pvc-autoresizer image tag to use. # @default -- `{{ .Chart.AppVersion }}` - tag: # 0.3.0 + tag: # 0.3.1 # image.pullPolicy -- pvc-autoresizer image pullPolicy. pullPolicy: # Always