From d87761e1a7bc3791b3abffc0cca0e8fa4dfcfd4c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 01:40:39 +0000 Subject: [PATCH] Bump chart version to 0.12.0 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- charts/pvc-autoresizer/Chart.yaml | 6 +++--- charts/pvc-autoresizer/values.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/pvc-autoresizer/Chart.yaml b/charts/pvc-autoresizer/Chart.yaml index f181dce..497d76b 100644 --- a/charts/pvc-autoresizer/Chart.yaml +++ b/charts/pvc-autoresizer/Chart.yaml @@ -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.4 +version: 0.12.0 # 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.15.0 +appVersion: 0.16.0 annotations: artifacthub.io/images: | - name: pvc-autoresizer - image: ghcr.io/topolvm/pvc-autoresizer:0.15.0 + image: ghcr.io/topolvm/pvc-autoresizer:0.16.0 artifacthub.io/license: Apache-2.0 dependencies: diff --git a/charts/pvc-autoresizer/values.yaml b/charts/pvc-autoresizer/values.yaml index 07dce15..5c0570a 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.15.0 + tag: # 0.16.0 # image.pullPolicy -- pvc-autoresizer image pullPolicy. pullPolicy: # Always