Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
chore(charts): Update openebs/openebs helm chart for dynamic-localpv …
Browse files Browse the repository at this point in the history
…and jiva-operator v2.11.1 (#238)

* Update openebs/openebs helm chart for dynamic-localpv v2.11.1
* Update openebs-jiva/jiva chart version to 2.11.1

Signed-off-by: Niladri Halder <niladri.halder@mayadata.io>
  • Loading branch information
niladrih authored Jul 18, 2021
1 parent aab4bdd commit 4e3c255
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/openebs/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 2.11.1
version: 2.11.2
name: openebs
appVersion: 2.11.0
description: Containerized Storage for Containers
Expand All @@ -23,15 +23,15 @@ dependencies:
repository: "https://openebs.github.io/node-disk-manager"
condition: openebs-ndm.enabled
- name: localpv-provisioner
version: "2.11.0"
version: "2.11.1"
repository: "https://openebs.github.io/dynamic-localpv-provisioner"
condition: localpv-provisioner.enabled
- name: cstor
version: "2.11.2"
repository: "https://openebs.github.io/cstor-operators"
condition: cstor.enabled
- name: jiva
version: "2.11.0"
version: "2.11.1"
repository: "https://openebs.github.io/jiva-operator"
condition: jiva.enabled
- name: zfs-localpv
Expand Down
2 changes: 1 addition & 1 deletion charts/openebs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The following table lists the configurable parameters of the OpenEBS chart and t
| `provisioner.patchJivaNodeAffinity` | Enable/disable node affinity on jiva replica deployment| `enabled` |
| `localprovisioner.enabled` | Enable localProvisioner | `true` |
| `localprovisioner.image` | Image for localProvisioner | `openebs/provisioner-localpv` |
| `localprovisioner.imageTag` | Image Tag for localProvisioner | `2.11.0` |
| `localprovisioner.imageTag` | Image Tag for localProvisioner | `2.11.1` |
| `localprovisioner.replicas` | Number of localProvisioner Replicas | `1` |
| `localprovisioner.basePath` | BasePath for hostPath volumes on Nodes | `/var/openebs/local` |
| `localprovisioner.resources` | Set resource limits for localProvisioner | `{}` |
Expand Down
4 changes: 2 additions & 2 deletions charts/openebs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ provisioner:
localprovisioner:
enabled: true
image: "openebs/provisioner-localpv"
imageTag: "2.11.0"
imageTag: "2.11.1"
replicas: 1
enableLeaderElection: true
basePath: "/var/openebs/local"
Expand Down Expand Up @@ -537,7 +537,7 @@ localpv-provisioner:
# image:
# registry: quay.io/
# repository: openebs/provisioner-localpv
# tag: 2.11.0
# tag: 2.11.1
# pullPolicy: IfNotPresent
# healthCheck:
# initialDelaySeconds: 30
Expand Down

0 comments on commit 4e3c255

Please sign in to comment.