Skip to content

Commit

Permalink
[stable/dynamic-localpv-provisioner]: update charts to 2.8.0 (#44)
Browse files Browse the repository at this point in the history
- update values
- update README
- update chart version
- update change log

Signed-off-by: Akhil Mohan <[email protected]>
  • Loading branch information
akhilerm committed Apr 16, 2021
1 parent 9bc024d commit 0a013b1
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 10 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v2.8.0 / 2021-04-14
========================
* fix provisioner crashing when old PVs are not cleaned up. ([#39](https://github.com/openebs/dynamic-localpv-provisioner/pull/39),[@niladrih](https://github.com/niladrih))


v2.8.0-RC1 / 2021-04-07
========================
* fix provisioner crashing when old PVs are not cleaned up. ([#39](https://github.com/openebs/dynamic-localpv-provisioner/pull/39),[@niladrih](https://github.com/niladrih))



v2.7.0 / 2021-03-11
========================
* add support to push multiarch images to multiple registries and remove travis from repository ([#32](https://github.com/openebs/dynamic-localpv-provisioner/pull/32),[@akhilerm](https://github.com/akhilerm))
Expand Down
1 change: 1 addition & 0 deletions changelogs/released/v2.8.0/39-niladrih
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix provisioner crashing when old PVs are not cleaned up.
6 changes: 3 additions & 3 deletions deploy/helm/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0
version: 2.8.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.7.0
appVersion: 2.8.0
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
home: http://www.openebs.io/
keywords:
Expand All @@ -19,7 +19,7 @@ sources:

dependencies:
- name: openebs-ndm
version: "1.3.0"
version: "1.4.0"
repository: "https://openebs.github.io/node-disk-manager"
condition: openebsNDM.enabled

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 @@ -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.3.0 |
| https://openebs.github.io/node-disk-manager | openebs-ndm | 1.4.0 |


To disable the dependency during installation, set `openebsNDM.enabled` to `false`.
Expand Down Expand Up @@ -78,15 +78,15 @@ The following table lists the configurable parameters of the OpenEBS LocalPV Pro

| Parameter | Description | Default |
| ------------------------------------------- | --------------------------------------------- | ----------------------------------------- |
| `release.version` | LocalPV Provisioner release version | `2.7.0` |
| `release.version` | LocalPV Provisioner release version | `2.8.0` |
| `analytics.enabled` | Enable sending stats to Google Analytics | `true` |
| `analytics.pingInterval` | Duration(hours) between sending ping stat | `24h` |
| `imagePullSecrets` | Provides image pull secrect | `""` |
| `localpv.enabled` | Enable LocalPV Provisioner | `true` |
| `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.7.0` |
| `localpv.image.tag` | Image tag for LocalPV Provisioner | `2.8.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 | `""` |
Expand All @@ -105,7 +105,7 @@ The following table lists the configurable parameters of the OpenEBS LocalPV Pro
| `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.7.0` |
| `helperPod.image.tag` | Image tag for helper image | `2.8.0` |
| `rbac.create` | Enable RBAC Resources | `true` |
| `rbac.pspEnabled` | Create pod security policy resources | `false` |
| `openebsNDM.enabled` | Install openebs NDM dependency | `true` |
Expand Down
6 changes: 3 additions & 3 deletions deploy/helm/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.

release:
version: "2.7.0"
version: "2.8.0"

rbac:
# rbac.create: `true` if rbac resources should be created
Expand All @@ -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.7.0
tag: 2.8.0
pullPolicy: IfNotPresent
updateStrategy:
type: RollingUpdate
Expand Down Expand Up @@ -109,7 +109,7 @@ helperPod:
repository: openebs/linux-utils
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 2.7.0
tag: 2.8.0

analytics:
enabled: true
Expand Down

0 comments on commit 0a013b1

Please sign in to comment.