Skip to content

Commit c9e966a

Browse files
niladrihKiran Mova
authored andcommitted
Update version and appVersion to 2.12.1
Signed-off-by: Niladri Halder <[email protected]>
1 parent b3bc8ea commit c9e966a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

deploy/helm/charts/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description: Helm chart for OpenEBS Dynamic Local PV. For instructions to instal
44
type: application
55
# This is the chart version. This version number should be incremented each time you make changes
66
# to the chart and its templates, including the app version.
7-
version: 2.12.0
7+
version: 2.12.1
88
# This is the version number of the application being deployed. This version number should be
99
# incremented each time you make changes to the application.
10-
appVersion: 2.12.0
10+
appVersion: 2.12.1
1111
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
1212
home: http://www.openebs.io/
1313
keywords:

deploy/helm/charts/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ helm install openebs-localpv openebs-localpv/localpv-provisioner --namespace ope
9292

9393
| Parameter | Description | Default |
9494
| ------------------------------------------- | --------------------------------------------- | ----------------------------------------- |
95-
| `release.version` | LocalPV Provisioner release version | `2.12.0` |
95+
| `release.version` | LocalPV Provisioner release version | `2.12.1` |
9696
| `analytics.enabled` | Enable sending stats to Google Analytics | `true` |
9797
| `analytics.pingInterval` | Duration(hours) between sending ping stat | `24h` |
9898
| `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
103103
| `helperPod.image.registry` | Registry for helper image | `""` |
104104
| `helperPod.image.repository` | Image for helper pod | `"openebs/linux-utils"` |
105105
| `helperPod.image.pullPolicy` | Pull policy for helper pod | `"IfNotPresent"` |
106-
| `helperPod.image.tag` | Image tag for helper image | `2.12.0` |
106+
| `helperPod.image.tag` | Image tag for helper image | `2.12.1` |
107107
| `hostpathClass.basePath` | BasePath for openebs-hostpath StorageClass | `"/var/openebs/local"` |
108108
| `hostpathClass.enabled` | Enables creation of default Hostpath StorageClass | `true` |
109109
| `hostpathClass.isDefaultClass` | Make openebs-hostpath the default StorageClass | `"false"` |
@@ -114,7 +114,7 @@ helm install openebs-localpv openebs-localpv/localpv-provisioner --namespace ope
114114
| `localpv.image.registry` | Registry for LocalPV Provisioner image | `""` |
115115
| `localpv.image.repository` | Image repository for LocalPV Provisioner | `openebs/localpv-provisioner` |
116116
| `localpv.image.pullPolicy` | Image pull policy for LocalPV Provisioner | `IfNotPresent` |
117-
| `localpv.image.tag` | Image tag for LocalPV Provisioner | `2.12.0` |
117+
| `localpv.image.tag` | Image tag for LocalPV Provisioner | `2.12.1` |
118118
| `localpv.updateStrategy.type` | Update strategy for LocalPV Provisioner | `RollingUpdate` |
119119
| `localpv.annotations` | Annotations for LocalPV Provisioner metadata | `""` |
120120
| `localpv.podAnnotations` | Annotations for LocalPV Provisioner pods metadata | `""` |

deploy/helm/charts/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Declare variables to be passed into your templates.
44

55
release:
6-
version: "2.12.0"
6+
version: "2.12.1"
77

88
rbac:
99
# rbac.create: `true` if rbac resources should be created
@@ -23,7 +23,7 @@ localpv:
2323
# For example : quay.io/ is a correct value here and quay.io is incorrect
2424
registry:
2525
repository: openebs/provisioner-localpv
26-
tag: 2.12.0
26+
tag: 2.12.1
2727
pullPolicy: IfNotPresent
2828
updateStrategy:
2929
type: RollingUpdate
@@ -118,7 +118,7 @@ helperPod:
118118
repository: openebs/linux-utils
119119
pullPolicy: IfNotPresent
120120
# Overrides the image tag whose default is the chart appVersion.
121-
tag: 2.12.0
121+
tag: 2.12.1
122122

123123
analytics:
124124
enabled: true

0 commit comments

Comments
 (0)