diff --git a/deploy/helm/charts/Chart.yaml b/deploy/helm/charts/Chart.yaml index 5b4e95dc..ff074e3a 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: 2.8.1 +version: 2.9.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: 2.8.0 +appVersion: 2.9.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.4.0" + version: "1.4.1" 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 f35106cb..a0934938 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.4.0 | +| https://openebs.github.io/node-disk-manager | openebs-ndm | 1.4.1 | **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). @@ -92,7 +92,7 @@ helm install openebs-localpv openebs-localpv/localpv-provisioner --namespace ope | Parameter | Description | Default | | ------------------------------------------- | --------------------------------------------- | ----------------------------------------- | -| `release.version` | LocalPV Provisioner release version | `2.8.0` | +| `release.version` | LocalPV Provisioner release version | `2.9.0` | | `analytics.enabled` | Enable sending stats to Google Analytics | `true` | | `analytics.pingInterval` | Duration(hours) between sending ping stat | `24h` | | `deviceClass.blockDeviceTag` | Value of `openebs.io/block-device-tag` BD label | `""` | @@ -103,7 +103,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 | `2.8.0` | +| `helperPod.image.tag` | Image tag for helper image | `2.9.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"` | @@ -114,7 +114,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 | `2.8.0` | +| `localpv.image.tag` | Image tag for LocalPV Provisioner | `2.9.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 5be21edf..05f1f692 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: "2.8.0" + version: "2.9.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: 2.8.0 + tag: 2.9.0 pullPolicy: IfNotPresent updateStrategy: type: RollingUpdate @@ -113,7 +113,7 @@ helperPod: repository: openebs/linux-utils pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 2.8.0 + tag: 2.9.0 analytics: enabled: true