From 8c9d237927ab8f1408a5e4201de74c219889a0f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 09:16:21 +0000 Subject: [PATCH] Bump chart version to 0.8.0 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- charts/pie/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/pie/Chart.yaml b/charts/pie/Chart.yaml index 6c89ec7..8ca86c9 100644 --- a/charts/pie/Chart.yaml +++ b/charts/pie/Chart.yaml @@ -15,16 +15,16 @@ 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.7.0 +version: 0.8.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.11.0 +appVersion: 0.12.0 annotations: artifacthub.io/images: | - name: pie - image: ghcr.io/topolvm/pie:0.11.0 + image: ghcr.io/topolvm/pie:0.12.0 artifacthub.io/license: Apache-2.0