From c2403e04053b9d9352bd1109165a81cb1ef5c037 Mon Sep 17 00:00:00 2001 From: Michael Bridgen Date: Wed, 4 Oct 2023 14:31:49 +0100 Subject: [PATCH] Bump chart version to account for CRD change The v1alpha1 CRD has new fields as part of this change. These are intended to be backward-compatible, but since they are nonetheless changed and are included in the chart, the chart version should be incremented. Signed-off-by: Michael Bridgen --- charts/pipeline-controller/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/pipeline-controller/Chart.yaml b/charts/pipeline-controller/Chart.yaml index a0ea3bf..34b3dc6 100755 --- a/charts/pipeline-controller/Chart.yaml +++ b/charts/pipeline-controller/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: pipeline-controller description: Pipeline-controller Helm chart for Weave GitOps Enterprise type: application -version: 0.21.0 +version: "0.22.0" appVersion: "v0.0.31"