Skip to content

Commit

Permalink
[stable/jiva]: update jiva charts to 3.0.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: shubham <[email protected]>
  • Loading branch information
shubham14bajpai authored and kmova committed Sep 19, 2021
1 parent 2c3d41b commit 5fcb94b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions ct.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# See https://github.com/helm/chart-testing#configuration
remote: origin
target-branch: develop
chart-dirs:
- deploy/helm
helm-extra-args: --timeout=500s
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 Jiva Operator. Jiva provides highly availabl
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.12.3
version: 3.0.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.12.2
appVersion: 3.0.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 @@ -23,7 +23,7 @@ sources:

dependencies:
- name: localpv-provisioner
version: "2.12.0"
version: "3.0.0"
repository: "https://openebs.github.io/dynamic-localpv-provisioner"
condition: openebsLocalpv.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 @@ -45,7 +45,7 @@ By default this chart installs additional, dependent charts:

| Repository | Name | Version |
|------------|------|---------|
| https://openebs.github.io/dynamic-localpv-provisioner | localpv-provisioner | 2.12.0 |
| https://openebs.github.io/dynamic-localpv-provisioner | localpv-provisioner | 3.0.0 |

**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).

Expand Down Expand Up @@ -174,7 +174,7 @@ helm upgrade openebs-jiva openebs-jiva/jiva -n openebs \
| jivaOperator.image.pullPolicy | string | `"IfNotPresent"` | Jiva operator image pull policy |
| jivaOperator.image.registry | string | `nil` | Jiva operator image registry |
| jivaOperator.image.repository | string | `"openebs/jiva-operator"` | Jiva operator image repository |
| jivaOperator.image.tag | string | `"2.12.2"` | Jiva operator image tag |
| jivaOperator.image.tag | string | `"3.0.0"` | Jiva operator image tag |
| jivaOperator.nodeSelector | object | `{}` | Jiva operator pod nodeSelector|
| jivaOperator.podAnnotations | object | `{}` | Jiva operator pod annotations |
| jivaOperator.resources | object | `{}` | Jiva operator pod resources |
Expand All @@ -183,12 +183,12 @@ helm upgrade openebs-jiva openebs-jiva/jiva -n openebs \
| jivaCSIPlugin.image.pullPolicy | string | `"IfNotPresent"` | Jiva CSI driver image pull policy |
| jivaCSIPlugin.image.registry | string | `nil` | Jiva CSI driver image registry |
| jivaCSIPlugin.image.repository | string | `"openebs/jiva-csi"` | Jiva CSI driver image repository |
| jivaCSIPlugin.image.tag | string | `"2.12.2"` | Jiva CSI driver image tag |
| jivaCSIPlugin.image.tag | string | `"3.0.0"` | Jiva CSI driver image tag |
| jivaCSIPlugin.name | string | `"jiva-csi-plugin"` | Jiva CSI driver container name |
| jivaCSIPlugin.remount | string | `"true"` | Jiva CSI driver remount feature, enabled by default |
| rbac.create | bool | `true` | Enable RBAC |
| rbac.pspEnabled | bool | `false` | Enable PodSecurityPolicy |
| release.version | string | `"2.12.2"` | Openebs Jiva release version |
| release.version | string | `"3.0.0"` | Openebs Jiva release version |
| serviceAccount.annotations | object | `{}` | Service Account annotations |
| serviceAccount.csiController.create | bool | `true` | Enable CSI Controller ServiceAccount |
| serviceAccount.csiController.name | string | `"openebs-jiva-csi-controller-sa"` | CSI Controller ServiceAccount name |
Expand Down
10 changes: 5 additions & 5 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.12.2"
version: "3.0.0"


# If false, openebs localpv sub-chart will not be installed
Expand All @@ -25,20 +25,20 @@ jivaOperator:
image:
registry:
repository: openebs/jiva
tag: 2.12.2
tag: 3.0.0
replica:
image:
registry:
repository: openebs/jiva
tag: 2.12.2
tag: 3.0.0
image:
# Make sure that registry name end with a '/'.
# For example : quay.io/ is a correct value here and quay.io is incorrect
registry:
repository: openebs/jiva-operator
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 2.12.2
tag: 3.0.0
annotations: {}
resyncInterval: "30"
podAnnotations: {}
Expand Down Expand Up @@ -112,7 +112,7 @@ jivaCSIPlugin:
repository: openebs/jiva-csi
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 2.12.2
tag: 3.0.0
remount: "true"

csiNode:
Expand Down

0 comments on commit 5fcb94b

Please sign in to comment.