From 683879d938b72464361e595171a9287d0f93fe4d Mon Sep 17 00:00:00 2001 From: Abhishek Agarwal Date: Thu, 14 Jul 2022 16:42:24 +0530 Subject: [PATCH] [stable/ndm]: update charts to 2.0.0 (#677) Signed-off-by: Abhishek Agarwal --- deploy/helm/charts/Chart.yaml | 4 ++-- deploy/helm/charts/README.md | 8 ++++---- deploy/helm/charts/values.yaml | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/deploy/helm/charts/Chart.yaml b/deploy/helm/charts/Chart.yaml index b4171439f..a82388ada 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.9.0 -appVersion: 1.9.0 +version: 2.0.0 +appVersion: 2.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 065f28df9..e52994490 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.9.0` | +| `ndm.image.tag` | Image tag for Node Disk Manager | `2.0.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` | @@ -50,7 +50,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.9.0` | +| `ndmOperator.image.tag` | Image tag for NDM operator | `2.0.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 | `""` | @@ -62,7 +62,7 @@ The following table lists the configurable parameters of the OpenEBS NDM chart a | `ndmExporter.image.registry` | Registry for NDM Exporters image | `""` | | `ndmExporter.repository` | Image repository for NDM Exporters | `openebs/node-disk-exporter` | | `ndmExporter.pullPolicy` | Image pull policy for NDM Exporters | `IfNotPresent` | -| `ndmExporter.tag` | Image tag for NDM Exporters | `1.9.0` | +| `ndmExporter.tag` | Image tag for NDM Exporters | `2.0.0` | | `ndmExporter.nodeExporter.metricsPort` | The TCP port number used for exposing NDM node exporter metrics | `9101` | | `ndmExporter.nodeExporter.nodeExporter.nodeSelector` | Node selector for NDM node exporter pods | `9101` | | `ndmExporter.nodeExporter.nodeExporter.tolerations` | NDM node exporter toleration values | `9101` | @@ -76,7 +76,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 | `3.2.0` | +| `helperPod.image.tag` | Image tag for helper image | `3.3.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/values.yaml b/deploy/helm/charts/values.yaml index 066cb04fe..426413cd1 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.9.0" + version: "2.0.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.9.0 + tag: 2.0.0 sparse: path: "/var/openebs/sparse" size: "10737418240" @@ -66,7 +66,7 @@ ndmOperator: repository: openebs/node-disk-operator pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 1.9.0 + tag: 2.0.0 podLabels: name: openebs-ndm-operator annotations: {} @@ -91,7 +91,7 @@ ndmExporter: repository: openebs/node-disk-exporter pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 1.9.0 + tag: 2.0.0 nodeExporter: name: node-exporter podLabels: @@ -119,7 +119,7 @@ helperPod: repository: openebs/linux-utils pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 3.2.0 + tag: 3.3.0 crd: enableInstall: false