Skip to content

Commit 385a2fb

Browse files
authored
chore(chart): helm chart changes for v3.6.0 (#219)
Signed-off-by: Niladri Halder <[email protected]>
1 parent 99640fc commit 385a2fb

File tree

4 files changed

+239
-246
lines changed

4 files changed

+239
-246
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.5.1
7+
version: 3.6.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.5.0
10+
appVersion: 3.6.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.4.1"
26+
version: "3.5.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.4.1 |
48+
| https://openebs.github.io/dynamic-localpv-provisioner | localpv-provisioner | 3.5.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

@@ -174,31 +174,31 @@ helm upgrade openebs-jiva openebs-jiva/jiva -n openebs \
174174
| jivaOperator.componentName | string | `"jiva-operator"` | Jiva operator component name |
175175
| jivaOperator.controller.image.registry | `nil` | Jiva volume controller container image registry |
176176
| jivaOperator.controller.image.repository | `openebs/jiva` | Jiva volume controller container image repository |
177-
| jivaOperator.controller.image.tag | `"3.5.0"` | Jiva volume controller container image tag |
177+
| jivaOperator.controller.image.tag | `"3.6.0"` | Jiva volume controller container image tag |
178178
| jivaOperator.exporter.image.registry | `nil` | Jiva volume metrics exporter container image registry |
179179
| jivaOperator.exporter.image.repository | `openebs/m-exporter` | Jiva volume metrics exporter container image repository |
180-
| jivaOperator.exporter.image.tag | `"3.5.0"` | Jiva volume metrics exporter container image tag |
180+
| jivaOperator.exporter.image.tag | `"3.6.0"` | Jiva volume metrics exporter container image tag |
181181
| jivaOperator.image.pullPolicy | string | `"IfNotPresent"` | Jiva operator image pull policy |
182182
| jivaOperator.image.registry | string | `nil` | Jiva operator image registry |
183183
| jivaOperator.image.repository | string | `"openebs/jiva-operator"` | Jiva operator image repository |
184-
| jivaOperator.image.tag | string | `"3.5.0"` | Jiva operator image tag |
184+
| jivaOperator.image.tag | string | `"3.6.0"` | Jiva operator image tag |
185185
| jivaOperator.nodeSelector | object | `{}` | Jiva operator pod nodeSelector|
186186
| jivaOperator.podAnnotations | object | `{}` | Jiva operator pod annotations |
187187
| jivaOperator.replica.image.registry | `nil` | Jiva volume replica container image registry |
188188
| jivaOperator.replica.image.repository | `openebs/jiva` | Jiva volume replica container image repository |
189-
| jivaOperator.replica.image.tag | `"3.5.0"` | Jiva volume replica container image tag |
189+
| jivaOperator.replica.image.tag | `"3.6.0"` | Jiva volume replica container image tag |
190190
| jivaOperator.resources | object | `{}` | Jiva operator pod resources |
191191
| jivaOperator.securityContext | object | `{}` | Jiva operator security context |
192192
| jivaOperator.tolerations | list | `[]` | Jiva operator pod tolerations |
193193
| jivaCSIPlugin.image.pullPolicy | string | `"IfNotPresent"` | Jiva CSI driver image pull policy |
194194
| jivaCSIPlugin.image.registry | string | `nil` | Jiva CSI driver image registry |
195195
| jivaCSIPlugin.image.repository | string | `"openebs/jiva-csi"` | Jiva CSI driver image repository |
196-
| jivaCSIPlugin.image.tag | string | `"3.5.0"` | Jiva CSI driver image tag |
196+
| jivaCSIPlugin.image.tag | string | `"3.6.0"` | Jiva CSI driver image tag |
197197
| jivaCSIPlugin.name | string | `"jiva-csi-plugin"` | Jiva CSI driver container name |
198198
| jivaCSIPlugin.remount | string | `"true"` | Jiva CSI driver remount feature, enabled by default |
199199
| rbac.create | bool | `true` | Enable RBAC |
200200
| rbac.pspEnabled | bool | `false` | Enable PodSecurityPolicy |
201-
| release.version | string | `"3.5.0"` | Openebs Jiva release version |
201+
| release.version | string | `"3.6.0"` | Openebs Jiva release version |
202202
| serviceAccount.annotations | object | `{}` | Service Account annotations |
203203
| serviceAccount.csiController.create | bool | `true` | Enable CSI Controller ServiceAccount |
204204
| serviceAccount.csiController.name | string | `"openebs-jiva-csi-controller-sa"` | CSI Controller ServiceAccount name |

0 commit comments

Comments
 (0)