Skip to content

Commit

Permalink
[stable/jiva]: update jiva charts to 2.12.0 release (#129)
Browse files Browse the repository at this point in the history
* upgrade app version to 2.12.1

Signed-off-by: shubham <shubham.bajpai@mayadata.io>
  • Loading branch information
shubham14bajpai authored Aug 19, 2021
1 parent c9e3fcc commit f173a90
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
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: Jiva-Operator helm chart for Kubernetes
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.11.1
version: 2.12.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.11.0
appVersion: 2.12.1
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.11.1"
version: "2.12.0"
repository: "https://openebs.github.io/dynamic-localpv-provisioner"
condition: openebsLocalpv.enabled

Expand Down
9 changes: 5 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.11.0 |
| https://openebs.github.io/dynamic-localpv-provisioner | localpv-provisioner | 2.12.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 @@ -166,14 +166,15 @@ helm upgrade openebs-jiva openebs-jiva/jiva -n openebs \
| defaultPolicy.replicas | string | `"3"` | The desired replication factor for the jiva volumes |
| defaultClass.name | string | `"openebs-jiva-csi-default"` | Default jiva csi StorageClass |
| defaultClass.enabled | bool | `true` | Enable default jiva csi StorageClass |
| defaultClass.allowVolumeExpansion | bool | `true` | Enable volume expansion for the Volumes |
| defaultClass.reclaimPolicy | string | `"Delete"` | Reclaim Policy for the StorageClass |
| defaultClass.isDefaultClass | bool | `false` | Make jiva csi StorageClass as the default StorageClass |
| jivaOperator.annotations | object | `{}` | Jiva operator annotations |
| jivaOperator.componentName | string | `"jiva-operator"` | Jiva operator component name |
| 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.11.0"` | Jiva operator image tag |
| jivaOperator.image.tag | string | `"2.12.1"` | 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 @@ -182,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.11.0"` | Jiva CSI driver image tag |
| jivaCSIPlugin.image.tag | string | `"2.12.1"` | 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.11.0"` | Openebs Jiva release version |
| release.version | string | `"2.12.1"` | 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
1 change: 1 addition & 0 deletions deploy/helm/charts/templates/default-storageclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ metadata:
{{- end }}
provisioner: jiva.csi.openebs.io
volumeBindingMode: Immediate
allowVolumeExpansion: {{ .Values.defaultClass.allowVolumeExpansion }}
reclaimPolicy: {{ .Values.defaultClass.reclaimPolicy }}
parameters:
cas-type: "jiva"
Expand Down
12 changes: 7 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.11.0"
version: "2.12.1"


# If false, openebs localpv sub-chart will not be installed
Expand All @@ -25,20 +25,20 @@ jivaOperator:
image:
registry:
repository: openebs/jiva
tag: 2.11.0
tag: 2.12.1
replica:
image:
registry:
repository: openebs/jiva
tag: 2.11.0
tag: 2.12.1
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.11.0
tag: 2.12.1
annotations: {}
resyncInterval: "30"
podAnnotations: {}
Expand Down Expand Up @@ -111,7 +111,7 @@ jivaCSIPlugin:
repository: openebs/jiva-csi
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 2.11.0
tag: 2.12.1
remount: "true"

csiNode:
Expand Down Expand Up @@ -187,6 +187,8 @@ defaultClass:
reclaimPolicy: Delete
# If true, sets the openebs-jiva-csi-default StorageClass as the default StorageClass
isDefaultClass: false
# If true, allows resize of the volumes
allowVolumeExpansion: true

defaultPolicy:
# Name of the default default JivaVolumePolicy
Expand Down

0 comments on commit f173a90

Please sign in to comment.