Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(chart): helm chart changes for v3.6.0 #219

Merged
merged 1 commit into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 3.5.1
version: 3.6.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: 3.5.0
appVersion: 3.6.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: "3.4.1"
version: "3.5.0"
repository: "https://openebs.github.io/dynamic-localpv-provisioner"
condition: openebsLocalpv.enabled

Expand Down
14 changes: 7 additions & 7 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 | 3.4.1 |
| https://openebs.github.io/dynamic-localpv-provisioner | localpv-provisioner | 3.5.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,31 +174,31 @@ helm upgrade openebs-jiva openebs-jiva/jiva -n openebs \
| jivaOperator.componentName | string | `"jiva-operator"` | Jiva operator component name |
| jivaOperator.controller.image.registry | `nil` | Jiva volume controller container image registry |
| jivaOperator.controller.image.repository | `openebs/jiva` | Jiva volume controller container image repository |
| jivaOperator.controller.image.tag | `"3.5.0"` | Jiva volume controller container image tag |
| jivaOperator.controller.image.tag | `"3.6.0"` | Jiva volume controller container image tag |
| jivaOperator.exporter.image.registry | `nil` | Jiva volume metrics exporter container image registry |
| jivaOperator.exporter.image.repository | `openebs/m-exporter` | Jiva volume metrics exporter container image repository |
| jivaOperator.exporter.image.tag | `"3.5.0"` | Jiva volume metrics exporter container image tag |
| jivaOperator.exporter.image.tag | `"3.6.0"` | Jiva volume metrics exporter container image tag |
| 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 | `"3.5.0"` | Jiva operator image tag |
| jivaOperator.image.tag | string | `"3.6.0"` | Jiva operator image tag |
| jivaOperator.nodeSelector | object | `{}` | Jiva operator pod nodeSelector|
| jivaOperator.podAnnotations | object | `{}` | Jiva operator pod annotations |
| jivaOperator.replica.image.registry | `nil` | Jiva volume replica container image registry |
| jivaOperator.replica.image.repository | `openebs/jiva` | Jiva volume replica container image repository |
| jivaOperator.replica.image.tag | `"3.5.0"` | Jiva volume replica container image tag |
| jivaOperator.replica.image.tag | `"3.6.0"` | Jiva volume replica container image tag |
| jivaOperator.resources | object | `{}` | Jiva operator pod resources |
| jivaOperator.securityContext | object | `{}` | Jiva operator security context |
| jivaOperator.tolerations | list | `[]` | Jiva operator pod tolerations |
| 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 | `"3.5.0"` | Jiva CSI driver image tag |
| jivaCSIPlugin.image.tag | string | `"3.6.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 | `"3.5.0"` | Openebs Jiva release version |
| release.version | string | `"3.6.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
Loading
Loading