diff --git a/deploy/helm/charts/Chart.yaml b/deploy/helm/charts/Chart.yaml index 26174bf00..cab4716cb 100644 --- a/deploy/helm/charts/Chart.yaml +++ b/deploy/helm/charts/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: openebs-ndm description: Kubernetes Storage Device Management. Also used to maintain the inventory of block devices. -version: 1.0.1 +version: 1.0.2 appVersion: 1.0.1 icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png home: http://www.openebs.io/ diff --git a/deploy/helm/charts/README.md b/deploy/helm/charts/README.md index 7bdc57429..41f907500 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 | `0.9.1` | +| `ndm.image.tag` | Image tag for Node Disk Manager | `1.0.1` | | `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 | `0.9.1` | +| `ndmOperator.image.tag` | Image tag for NDM operator | `1.0.1` | | `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.2.0` | +| `helperPod.image.tag` | Image tag for helper image | `2.4.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 4c5069e54..4eacbfbac 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.1" + version: "1.0.1" 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: 0.9.1 + tag: 1.0.1 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: 0.9.1 + tag: 1.0.1 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.2.0 + tag: 2.4.0 crd: enableInstall: true