From d8c64889914ef50c42e344395bdbe6258dba41d3 Mon Sep 17 00:00:00 2001 From: Jesse Nelson Date: Thu, 28 Dec 2023 18:20:42 -0600 Subject: [PATCH] bump chart version Signed-off-by: Jesse Nelson --- deploy/helm/charts/Chart.yaml | 4 ++-- deploy/helm/charts/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/helm/charts/Chart.yaml b/deploy/helm/charts/Chart.yaml index bbadfff82..4a2302722 100644 --- a/deploy/helm/charts/Chart.yaml +++ b/deploy/helm/charts/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: zfs-localpv description: Helm chart for CSI Driver for dynamic provisioning of ZFS Persistent Local Volumes. For instructions on how to use this helm chart, see - https://openebs.github.io/zfs-localpv/ -version: 2.4.0 -appVersion: 2.4.0 +version: 2.4.1 +appVersion: 2.4.1 icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png home: https://openebs.io/ keywords: diff --git a/deploy/helm/charts/values.yaml b/deploy/helm/charts/values.yaml index d7e85f144..f4bd401b3 100644 --- a/deploy/helm/charts/values.yaml +++ b/deploy/helm/charts/values.yaml @@ -2,7 +2,7 @@ # This is a YAML-formatted file. # Declare variables to be passed into your templates. release: - version: "2.4.0" + version: "2.4.1" imagePullSecrets: # - name: "image-pull-secret" @@ -144,7 +144,7 @@ zfsPlugin: repository: openebs/zfs-driver pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 2.4.0 + tag: 2.4.1 role: openebs-zfs