From 368ef928545abb779e35c276fe4da4af940ef2e0 Mon Sep 17 00:00:00 2001 From: Akhil Mohan Date: Mon, 15 Feb 2021 12:19:46 +0530 Subject: [PATCH] [stable/ndm]: update ndm charts to 1.2.0 (#540) * [stable/ndm]: update ndm charts to 1.2.0 - update Chart version - update README - update values.yaml - fix typo in CRD validation Signed-off-by: Akhil Mohan --- deploy/helm/charts/Chart.yaml | 4 ++-- deploy/helm/charts/README.md | 6 +++--- deploy/helm/charts/crds/blockdevice.yaml | 2 +- deploy/helm/charts/values.yaml | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/deploy/helm/charts/Chart.yaml b/deploy/helm/charts/Chart.yaml index 6dec286ee..c90c3e509 100644 --- a/deploy/helm/charts/Chart.yaml +++ b/deploy/helm/charts/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: openebs-ndm description: Helm chart for OpenEBS Node Disk Manager - a Kubernetes native storage device management solution. For instructions on how to install, refer to https://openebs.github.io/node-disk-manager/. -version: 1.1.1 -appVersion: 1.1.1 +version: 1.2.0 +appVersion: 1.2.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 060530d54..dacbc65a7 100644 --- a/deploy/helm/charts/README.md +++ b/deploy/helm/charts/README.md @@ -20,7 +20,7 @@ The following table lists the configurable parameters of the OpenEBS NDM chart a | `ndm.image.registry` | Registry for Node Disk Manager image | `""` | | `ndm.image.repository` | Image repository for Node Disk Manager | `openebs/node-disk-manager` | | `ndm.image.pullPolicy` | Image pull policy for Node Disk Manager | `IfNotPresent` | -| `ndm.image.tag` | Image tag for Node Disk Manager | `1.1.1` | +| `ndm.image.tag` | Image tag for Node Disk Manager | `1.2.0` | | `ndm.sparse.path` | Directory where Sparse files are created | `/var/openebs/sparse` | | `ndm.sparse.size` | Size of the sparse file in bytes | `10737418240` | | `ndm.sparse.count` | Number of sparse files to be created | `0` | @@ -49,7 +49,7 @@ The following table lists the configurable parameters of the OpenEBS NDM chart a | `ndmOperator.image.registry` | Registry for NDM operator image | `""` | | `ndmOperator.image.repository` | Image repository for NDM operator | `openebs/node-disk-operator` | | `ndmOperator.image.pullPolicy` | Image pull policy for NDM operator | `IfNotPresent` | -| `ndmOperator.image.tag` | Image tag for NDM operator | `1.1.1` | +| `ndmOperator.image.tag` | Image tag for NDM operator | `1.2.0` | | `ndmOperator.annotations` | Annotations for NDM operator metadata | `""` | | `ndmOperator.podAnnotations` | Annotations for NDM operator's pods metadata | `""` | | `ndmOperator.resources` | Resource and request and limit for containers | `""` | @@ -65,7 +65,7 @@ The following table lists the configurable parameters of the OpenEBS NDM chart a | `helperPod.image.registry` | Registry for helper image | `""` | | `helperPod.image.repository` | Image for helper pod | `openebs/linux-utils` | | `helperPod.image.pullPolicy` | Pull policy for helper pod | `IfNotPresent` | -| `helperPod.image.tag` | Image tag for helper image | `2.5.0` | +| `helperPod.image.tag` | Image tag for helper image | `2.6.0` | | `varDirectoryPath.baseDir` | Directory to store debug info and so forth | `/var/openebs` | | `serviceAccount.create` | Create a service account or not | `true` | | `serviceAccount.name` | Name for the service account | `true` | diff --git a/deploy/helm/charts/crds/blockdevice.yaml b/deploy/helm/charts/crds/blockdevice.yaml index c50e6aea9..cefb64e95 100644 --- a/deploy/helm/charts/crds/blockdevice.yaml +++ b/deploy/helm/charts/crds/blockdevice.yaml @@ -143,7 +143,7 @@ spec: description: DriveType is the type of backing drive, HDD/SSD enum: - HDD - - SDD + - SSD - Unknown - "" type: string diff --git a/deploy/helm/charts/values.yaml b/deploy/helm/charts/values.yaml index a4f09a780..72930da1a 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.1.1" + version: "1.2.0" imagePullSecrets: # - name: "image-pull-secret" @@ -17,7 +17,7 @@ ndm: repository: openebs/node-disk-manager pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 1.1.1 + tag: 1.2.0 sparse: path: "/var/openebs/sparse" size: "10737418240" @@ -62,7 +62,7 @@ ndmOperator: repository: openebs/node-disk-operator pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 1.1.1 + tag: 1.2.0 podLabels: name: openebs-ndm-operator annotations: {} @@ -87,7 +87,7 @@ helperPod: repository: openebs/linux-utils pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 2.5.0 + tag: 2.6.0 crd: enableInstall: false