From 38874a57ee5da965f580a9d4e19eef8bc8de9eab Mon Sep 17 00:00:00 2001 From: Niladri Halder Date: Tue, 19 Apr 2022 22:34:39 +0530 Subject: [PATCH] Changes for 3.2.0 helm chart release (#133) Signed-off-by: Niladri Halder --- deploy/helm/charts/Chart.yaml | 6 +++--- deploy/helm/charts/README.md | 8 ++++---- deploy/helm/charts/values.yaml | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/deploy/helm/charts/Chart.yaml b/deploy/helm/charts/Chart.yaml index deecb8e4..5fc76f51 100644 --- a/deploy/helm/charts/Chart.yaml +++ b/deploy/helm/charts/Chart.yaml @@ -4,10 +4,10 @@ description: Helm chart for OpenEBS Dynamic Local PV. For instructions to instal type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 3.1.0 +version: 3.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 3.1.0 +appVersion: 3.2.0 icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png home: http://www.openebs.io/ keywords: @@ -19,7 +19,7 @@ sources: dependencies: - name: openebs-ndm - version: "1.8.0" + version: "1.9.0" repository: "https://openebs.github.io/node-disk-manager" condition: openebsNDM.enabled diff --git a/deploy/helm/charts/README.md b/deploy/helm/charts/README.md index 7fd1ebb0..02c337e3 100644 --- a/deploy/helm/charts/README.md +++ b/deploy/helm/charts/README.md @@ -46,7 +46,7 @@ By default this chart installs additional, dependent charts: | Repository | Name | Version | |------------|------|---------| -| https://openebs.github.io/node-disk-manager | openebs-ndm | 1.8.0 | +| https://openebs.github.io/node-disk-manager | openebs-ndm | 1.9.0 | **Note:** Find detailed Node Disk Manager Helm chart configuration options [here](https://github.com/openebs/node-disk-manager/blob/master/deploy/helm/charts/README.md). @@ -105,7 +105,7 @@ helm install openebs-localpv openebs-localpv/localpv-provisioner --namespace ope | Parameter | Description | Default | | ------------------------------------------- | --------------------------------------------- | ----------------------------------------- | -| `release.version` | LocalPV Provisioner release version | `3.1.0` | +| `release.version` | LocalPV Provisioner release version | `3.2.0` | | `analytics.enabled` | Enable sending stats to Google Analytics | `true` | | `analytics.pingInterval` | Duration(hours) between sending ping stat | `24h` | | `deviceClass.blockDeviceSelectors` | Label key value pairs based on which BlockDevices on the node will be selected for provisioning | `{}` | @@ -117,7 +117,7 @@ helm install openebs-localpv openebs-localpv/localpv-provisioner --namespace ope | `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.1.0` | +| `helperPod.image.tag` | Image tag for helper image | `3.2.0` | | `hostpathClass.basePath` | BasePath for openebs-hostpath StorageClass | `"/var/openebs/local"` | | `hostpathClass.enabled` | Enables creation of default Hostpath StorageClass | `true` | | `hostpathClass.isDefaultClass` | Make openebs-hostpath the default StorageClass | `"false"` | @@ -129,7 +129,7 @@ helm install openebs-localpv openebs-localpv/localpv-provisioner --namespace ope | `localpv.image.registry` | Registry for LocalPV Provisioner image | `""` | | `localpv.image.repository` | Image repository for LocalPV Provisioner | `openebs/localpv-provisioner` | | `localpv.image.pullPolicy` | Image pull policy for LocalPV Provisioner | `IfNotPresent` | -| `localpv.image.tag` | Image tag for LocalPV Provisioner | `3.1.0` | +| `localpv.image.tag` | Image tag for LocalPV Provisioner | `3.2.0` | | `localpv.updateStrategy.type` | Update strategy for LocalPV Provisioner | `RollingUpdate` | | `localpv.annotations` | Annotations for LocalPV Provisioner metadata | `""` | | `localpv.podAnnotations` | Annotations for LocalPV Provisioner pods metadata | `""` | diff --git a/deploy/helm/charts/values.yaml b/deploy/helm/charts/values.yaml index 76070730..6e8ceeeb 100644 --- a/deploy/helm/charts/values.yaml +++ b/deploy/helm/charts/values.yaml @@ -3,7 +3,7 @@ # Declare variables to be passed into your templates. release: - version: "3.1.0" + version: "3.2.0" rbac: # rbac.create: `true` if rbac resources should be created @@ -23,7 +23,7 @@ localpv: # For example : quay.io/ is a correct value here and quay.io is incorrect registry: repository: openebs/provisioner-localpv - tag: 3.1.0 + tag: 3.2.0 pullPolicy: IfNotPresent updateStrategy: type: RollingUpdate @@ -153,7 +153,7 @@ helperPod: repository: openebs/linux-utils pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 3.1.0 + tag: 3.2.0 analytics: enabled: true