Skip to content

Commit 8187952

Browse files
authored
chore(release): update helm chart for v2.1.0 release (#689)
Signed-off-by: Niladri Halder <[email protected]>
1 parent b9f14b6 commit 8187952

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

deploy/helm/charts/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: openebs-ndm
33
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/.
4-
version: 2.0.0
5-
appVersion: 2.0.0
4+
version: 2.1.0
5+
appVersion: 2.1.0
66
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
77
home: http://www.openebs.io/
88
keywords:

deploy/helm/charts/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following table lists the configurable parameters of the OpenEBS NDM chart a
2020
| `ndm.image.registry` | Registry for Node Disk Manager image | `""` |
2121
| `ndm.image.repository` | Image repository for Node Disk Manager | `openebs/node-disk-manager` |
2222
| `ndm.image.pullPolicy` | Image pull policy for Node Disk Manager | `IfNotPresent` |
23-
| `ndm.image.tag` | Image tag for Node Disk Manager | `2.0.0` |
23+
| `ndm.image.tag` | Image tag for Node Disk Manager | `2.1.0` |
2424
| `ndm.sparse.path` | Directory where Sparse files are created | `/var/openebs/sparse` |
2525
| `ndm.sparse.size` | Size of the sparse file in bytes | `10737418240` |
2626
| `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
5050
| `ndmOperator.image.registry` | Registry for NDM operator image | `""` |
5151
| `ndmOperator.image.repository` | Image repository for NDM operator | `openebs/node-disk-operator` |
5252
| `ndmOperator.image.pullPolicy` | Image pull policy for NDM operator | `IfNotPresent` |
53-
| `ndmOperator.image.tag` | Image tag for NDM operator | `2.0.0` |
53+
| `ndmOperator.image.tag` | Image tag for NDM operator | `2.1.0` |
5454
| `ndmOperator.annotations` | Annotations for NDM operator metadata | `""` |
5555
| `ndmOperator.podAnnotations` | Annotations for NDM operator's pods metadata | `""` |
5656
| `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
6262
| `ndmExporter.image.registry` | Registry for NDM Exporters image | `""` |
6363
| `ndmExporter.repository` | Image repository for NDM Exporters | `openebs/node-disk-exporter` |
6464
| `ndmExporter.pullPolicy` | Image pull policy for NDM Exporters | `IfNotPresent` |
65-
| `ndmExporter.tag` | Image tag for NDM Exporters | `2.0.0` |
65+
| `ndmExporter.tag` | Image tag for NDM Exporters | `2.1.0` |
6666
| `ndmExporter.nodeExporter.metricsPort` | The TCP port number used for exposing NDM node exporter metrics | `9101` |
6767
| `ndmExporter.nodeExporter.nodeExporter.nodeSelector` | Node selector for NDM node exporter pods | `9101` |
6868
| `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
7676
| `helperPod.image.registry` | Registry for helper image | `""` |
7777
| `helperPod.image.repository` | Image for helper pod | `openebs/linux-utils` |
7878
| `helperPod.image.pullPolicy` | Pull policy for helper pod | `IfNotPresent` |
79-
| `helperPod.image.tag` | Image tag for helper image | `3.3.0` |
79+
| `helperPod.image.tag` | Image tag for helper image | `3.4.0` |
8080
| `varDirectoryPath.baseDir` | Directory to store debug info and so forth | `/var/openebs` |
8181
| `serviceAccount.create` | Create a service account or not | `true` |
8282
| `serviceAccount.name` | Name for the service account | `true` |

deploy/helm/charts/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This is a YAML-formatted file.
33
# Declare variables to be passed into your templates.
44
release:
5-
version: "2.0.0"
5+
version: "2.1.0"
66

77
imagePullSecrets:
88
# - name: "image-pull-secret"
@@ -17,7 +17,7 @@ ndm:
1717
repository: openebs/node-disk-manager
1818
pullPolicy: IfNotPresent
1919
# Overrides the image tag whose default is the chart appVersion.
20-
tag: 2.0.0
20+
tag: 2.1.0
2121
sparse:
2222
path: "/var/openebs/sparse"
2323
size: "10737418240"
@@ -66,7 +66,7 @@ ndmOperator:
6666
repository: openebs/node-disk-operator
6767
pullPolicy: IfNotPresent
6868
# Overrides the image tag whose default is the chart appVersion.
69-
tag: 2.0.0
69+
tag: 2.1.0
7070
podLabels:
7171
name: openebs-ndm-operator
7272
annotations: {}
@@ -91,7 +91,7 @@ ndmExporter:
9191
repository: openebs/node-disk-exporter
9292
pullPolicy: IfNotPresent
9393
# Overrides the image tag whose default is the chart appVersion.
94-
tag: 2.0.0
94+
tag: 2.1.0
9595
nodeExporter:
9696
name: node-exporter
9797
podLabels:
@@ -119,7 +119,7 @@ helperPod:
119119
repository: openebs/linux-utils
120120
pullPolicy: IfNotPresent
121121
# Overrides the image tag whose default is the chart appVersion.
122-
tag: 3.3.0
122+
tag: 3.4.0
123123

124124
crd:
125125
enableInstall: false

0 commit comments

Comments
 (0)