Skip to content

Commit 0b3ead6

Browse files
authored
release(chart): add helm chart changes for v3.4.0 release (#198)
Signed-off-by: Niladri Halder <[email protected]>
1 parent 5b21054 commit 0b3ead6

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

deploy/helm/charts/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description: Helm chart for OpenEBS Jiva Operator. Jiva provides highly availabl
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: 3.3.0
7+
version: 3.4.0
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: 3.3.0
10+
appVersion: 3.4.0
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:
@@ -23,7 +23,7 @@ sources:
2323

2424
dependencies:
2525
- name: localpv-provisioner
26-
version: "3.3.0"
26+
version: "3.4.0"
2727
repository: "https://openebs.github.io/dynamic-localpv-provisioner"
2828
condition: openebsLocalpv.enabled
2929

deploy/helm/charts/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ By default this chart installs additional, dependent charts:
4545

4646
| Repository | Name | Version |
4747
|------------|------|---------|
48-
| https://openebs.github.io/dynamic-localpv-provisioner | localpv-provisioner | 3.3.0 |
48+
| https://openebs.github.io/dynamic-localpv-provisioner | localpv-provisioner | 3.4.0 |
4949

5050
**Note:** Find detailed Dynamic LocalPV Provisioner Helm chart configuration options [here](https://github.com/openebs/dynamic-localpv-provisioner/blob/develop/deploy/helm/charts/README.md).
5151

@@ -179,31 +179,31 @@ helm upgrade openebs-jiva openebs-jiva/jiva -n openebs \
179179
| jivaOperator.componentName | string | `"jiva-operator"` | Jiva operator component name |
180180
| jivaOperator.controller.image.registry | `nil` | Jiva volume controller container image registry |
181181
| jivaOperator.controller.image.repository | `openebs/jiva` | Jiva volume controller container image repository |
182-
| jivaOperator.controller.image.tag | `"3.3.0"` | Jiva volume controller container image tag |
182+
| jivaOperator.controller.image.tag | `"3.4.0"` | Jiva volume controller container image tag |
183183
| jivaOperator.exporter.image.registry | `nil` | Jiva volume metrics exporter container image registry |
184184
| jivaOperator.exporter.image.repository | `openebs/m-exporter` | Jiva volume metrics exporter container image repository |
185-
| jivaOperator.exporter.image.tag | `"3.3.0"` | Jiva volume metrics exporter container image tag |
185+
| jivaOperator.exporter.image.tag | `"3.4.0"` | Jiva volume metrics exporter container image tag |
186186
| jivaOperator.image.pullPolicy | string | `"IfNotPresent"` | Jiva operator image pull policy |
187187
| jivaOperator.image.registry | string | `nil` | Jiva operator image registry |
188188
| jivaOperator.image.repository | string | `"openebs/jiva-operator"` | Jiva operator image repository |
189-
| jivaOperator.image.tag | string | `"3.3.0"` | Jiva operator image tag |
189+
| jivaOperator.image.tag | string | `"3.4.0"` | Jiva operator image tag |
190190
| jivaOperator.nodeSelector | object | `{}` | Jiva operator pod nodeSelector|
191191
| jivaOperator.podAnnotations | object | `{}` | Jiva operator pod annotations |
192192
| jivaOperator.replica.image.registry | `nil` | Jiva volume replica container image registry |
193193
| jivaOperator.replica.image.repository | `openebs/jiva` | Jiva volume replica container image repository |
194-
| jivaOperator.replica.image.tag | `"3.3.0"` | Jiva volume replica container image tag |
194+
| jivaOperator.replica.image.tag | `"3.4.0"` | Jiva volume replica container image tag |
195195
| jivaOperator.resources | object | `{}` | Jiva operator pod resources |
196196
| jivaOperator.securityContext | object | `{}` | Jiva operator security context |
197197
| jivaOperator.tolerations | list | `[]` | Jiva operator pod tolerations |
198198
| jivaCSIPlugin.image.pullPolicy | string | `"IfNotPresent"` | Jiva CSI driver image pull policy |
199199
| jivaCSIPlugin.image.registry | string | `nil` | Jiva CSI driver image registry |
200200
| jivaCSIPlugin.image.repository | string | `"openebs/jiva-csi"` | Jiva CSI driver image repository |
201-
| jivaCSIPlugin.image.tag | string | `"3.3.0"` | Jiva CSI driver image tag |
201+
| jivaCSIPlugin.image.tag | string | `"3.4.0"` | Jiva CSI driver image tag |
202202
| jivaCSIPlugin.name | string | `"jiva-csi-plugin"` | Jiva CSI driver container name |
203203
| jivaCSIPlugin.remount | string | `"true"` | Jiva CSI driver remount feature, enabled by default |
204204
| rbac.create | bool | `true` | Enable RBAC |
205205
| rbac.pspEnabled | bool | `false` | Enable PodSecurityPolicy |
206-
| release.version | string | `"3.3.0"` | Openebs Jiva release version |
206+
| release.version | string | `"3.4.0"` | Openebs Jiva release version |
207207
| serviceAccount.annotations | object | `{}` | Service Account annotations |
208208
| serviceAccount.csiController.create | bool | `true` | Enable CSI Controller ServiceAccount |
209209
| serviceAccount.csiController.name | string | `"openebs-jiva-csi-controller-sa"` | CSI Controller ServiceAccount name |

deploy/helm/charts/values.yaml

Lines changed: 6 additions & 6 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: "3.3.0"
6+
version: "3.4.0"
77

88

99
# If false, openebs localpv sub-chart will not be installed
@@ -25,25 +25,25 @@ jivaOperator:
2525
image:
2626
registry:
2727
repository: openebs/jiva
28-
tag: 3.3.0
28+
tag: 3.4.0
2929
replica:
3030
image:
3131
registry:
3232
repository: openebs/jiva
33-
tag: 3.3.0
33+
tag: 3.4.0
3434
exporter:
3535
image:
3636
registry:
3737
repository: openebs/m-exporter
38-
tag: 3.3.0
38+
tag: 3.4.0
3939
image:
4040
# Make sure that registry name end with a '/'.
4141
# For example : quay.io/ is a correct value here and quay.io is incorrect
4242
registry:
4343
repository: openebs/jiva-operator
4444
pullPolicy: IfNotPresent
4545
# Overrides the image tag whose default is the chart appVersion.
46-
tag: 3.3.0
46+
tag: 3.4.0
4747
annotations: {}
4848
resyncInterval: "30"
4949
podAnnotations: {}
@@ -118,7 +118,7 @@ jivaCSIPlugin:
118118
repository: openebs/jiva-csi
119119
pullPolicy: IfNotPresent
120120
# Overrides the image tag whose default is the chart appVersion.
121-
tag: 3.3.0
121+
tag: 3.4.0
122122
remount: "true"
123123

124124
csiNode:

0 commit comments

Comments
 (0)