From bf7dc05fb262a19da184c7ca5d450957a1876dac Mon Sep 17 00:00:00 2001 From: Abhilash Shetty Date: Wed, 3 Jul 2024 13:06:02 +0000 Subject: [PATCH] feat(helm): version bump for v1.6.0 Signed-off-by: Abhilash Shetty --- deploy/helm/charts/Chart.yaml | 6 +++--- deploy/helm/charts/README.md | 2 +- deploy/helm/charts/charts/crds/Chart.yaml | 2 +- deploy/helm/charts/values.yaml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/deploy/helm/charts/Chart.yaml b/deploy/helm/charts/Chart.yaml index caa8b265..3cc8bcb3 100644 --- a/deploy/helm/charts/Chart.yaml +++ b/deploy/helm/charts/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: lvm-localpv description: CSI Driver for dynamic provisioning of LVM Persistent Local Volumes. -version: 1.5.1 -appVersion: 1.5.0 +version: 1.6.0 +appVersion: 1.6.0 icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png home: https://openebs.io/ keywords: @@ -16,5 +16,5 @@ sources: - https://github.com/openebs/lvm-localpv dependencies: - name: crds - version: 1.5.1 + version: 1.6.0 condition: crds.enabled diff --git a/deploy/helm/charts/README.md b/deploy/helm/charts/README.md index d0dd367a..e9385ec4 100644 --- a/deploy/helm/charts/README.md +++ b/deploy/helm/charts/README.md @@ -92,7 +92,7 @@ helm install openebs-lvmlocalpv openebs-lvmlocalpv/lvm-localpv --namespace opene | `lvmPlugin.image.registry` | Registry for openebs-lvm-plugin image | `""` | | `lvmPlugin.image.repository` | Image repository for openebs-lvm-plugin | `openebs/lvm-driver` | | `lvmPlugin.image.pullPolicy` | Image pull policy for openebs-lvm-plugin | `IfNotPresent` | -| `lvmPlugin.image.tag` | Image tag for openebs-lvm-plugin | `1.5.0` | +| `lvmPlugin.image.tag` | Image tag for openebs-lvm-plugin | `1.6.0` | | `lvmPlugin.metricsPort` | The TCP port number used for exposing lvm-metrics | `9500` | | `lvmPlugin.allowedTopologies` | The comma seperated list of allowed node topologies | `kubernetes.io/hostname,` | | `lvmNode.driverRegistrar.image.registry` | Registry for csi-node-driver-registrar image | `registry.k8s.io/` | diff --git a/deploy/helm/charts/charts/crds/Chart.yaml b/deploy/helm/charts/charts/crds/Chart.yaml index 887d749d..bf745b7d 100644 --- a/deploy/helm/charts/charts/crds/Chart.yaml +++ b/deploy/helm/charts/charts/crds/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: crds -version: 1.5.1 +version: 1.6.0 description: A Helm chart that collects CustomResourceDefinitions (CRDs) from lvm-localpv. diff --git a/deploy/helm/charts/values.yaml b/deploy/helm/charts/values.yaml index 9aa60bd5..c40f7405 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: "1.5.1" + version: "1.6.0" imagePullSecrets: # - name: "image-pull-secret" @@ -151,7 +151,7 @@ lvmPlugin: repository: openebs/lvm-driver pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 1.5.0 + tag: 1.6.0 ioLimits: enabled: false containerRuntime: containerd