From 8f71627671405f4a21ba7733016e1bd4ddfe85f6 Mon Sep 17 00:00:00 2001 From: Pawan Prakash Sharma Date: Thu, 14 Jul 2022 19:04:07 +0530 Subject: [PATCH] chore(helm): adding 1.0.0 helm chart (#204) Signed-off-by: Pawan --- deploy/helm/charts/Chart.yaml | 4 ++-- deploy/helm/charts/README.md | 2 +- deploy/helm/charts/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy/helm/charts/Chart.yaml b/deploy/helm/charts/Chart.yaml index 40cff972..60b84c72 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: 0.9.0 -appVersion: 0.9.0 +version: 1.0.0 +appVersion: 1.0.0 icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png home: http://www.openebs.io/ keywords: diff --git a/deploy/helm/charts/README.md b/deploy/helm/charts/README.md index 0a065488..c5f7c699 100644 --- a/deploy/helm/charts/README.md +++ b/deploy/helm/charts/README.md @@ -100,7 +100,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| `0.9.0`| +| `lvmPlugin.image.tag`| Image tag for openebs-lvm-plugin| `1.0.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| `k8s.gcr.io/`| diff --git a/deploy/helm/charts/values.yaml b/deploy/helm/charts/values.yaml index a87ecad5..04461db9 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: "0.9.0" + version: "1.0.0" imagePullSecrets: # - name: "image-pull-secret" @@ -135,7 +135,7 @@ lvmPlugin: repository: openebs/lvm-driver pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 0.9.0 + tag: 1.0.0 ioLimits: enabled: false containerRuntime: containerd