Skip to content

Commit

Permalink
[stable/ndm]: update charts to 2.0.0 (#677)
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Agarwal <abhishek.agarwal@mayadata.io>
  • Loading branch information
Abhishek Agarwal authored Jul 14, 2022
1 parent d7de95b commit 683879d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions deploy/helm/charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
8 changes: 4 additions & 4 deletions deploy/helm/charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down Expand Up @@ -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 | `""` |
Expand All @@ -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` |
Expand All @@ -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` |
Expand Down
10 changes: 5 additions & 5 deletions deploy/helm/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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: {}
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 683879d

Please sign in to comment.