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

Commit bc1574f

Browse files
authored
feat(charts): add helm chart changes v3.7.0 (#328)
Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
1 parent 9953e5c commit bc1574f

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ OpenEBS helm chart includes common components that are used by multiple engines
2323
- Security Policies like RBAC, PSP, Kyverno
2424

2525
Engine charts included as dependencies are:
26-
- [Mayastor](https://github.com/openebs/mayastor-extensions/tree/v2.1.0/chart)
26+
- [Mayastor](https://github.com/openebs/mayastor-extensions/tree/v2.2.0/chart)
2727
- [cStor](https://github.com/openebs/cstor-operators/tree/HEAD/deploy/helm/charts)
2828
- [Jiva](https://github.com/openebs/jiva-operator/tree/HEAD/deploy/helm/charts)
2929
- [ZFS Local PV](https://github.com/openebs/zfs-localpv/tree/HEAD/deploy/helm/charts)

charts/openebs/Chart.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
2-
version: 3.6.0
2+
version: 3.7.0
33
name: openebs
4-
appVersion: 3.6.0
4+
appVersion: 3.7.0
55
description: Containerized Attached Storage for Kubernetes
66
icon: https://raw.githubusercontent.com/cncf/artwork/HEAD/projects/openebs/icon/color/openebs-icon-color.png
77
home: http://www.openebs.io/
@@ -40,18 +40,18 @@ dependencies:
4040
repository: "https://openebs.github.io/jiva-operator"
4141
condition: jiva.enabled
4242
- name: zfs-localpv
43-
version: "2.1.0"
43+
version: "2.2.0"
4444
repository: "https://openebs.github.io/zfs-localpv"
4545
condition: zfs-localpv.enabled
4646
- name: lvm-localpv
47-
version: "1.0.1"
47+
version: "1.1.0"
4848
repository: "https://openebs.github.io/lvm-localpv"
4949
condition: lvm-localpv.enabled
5050
- name: nfs-provisioner
5151
version: "0.10.0"
5252
repository: "https://openebs.github.io/dynamic-nfs-provisioner"
5353
condition: nfs-provisioner.enabled
5454
- name: mayastor
55-
version: "2.1.0"
55+
version: "2.2.0"
5656
repository: "https://openebs.github.io/mayastor-extensions"
5757
condition: mayastor.enabled

charts/openebs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ The following table lists the common configurable parameters of the OpenEBS char
148148
| `mayastor.etcd.persistence.size` | Set the size of the volume(s) used by the etcd | `""` |
149149
| `mayastor.image.registry` | Set the container image registry for the mayastor containers | `"docker.io"` |
150150
| `mayastor.image.repo` | Set the container image repository for the mayastor containers | `"openebs"` |
151-
| `mayastor.image.tag` | Set the container image tag for the mayastor containers | `"v2.1.0"` |
151+
| `mayastor.image.tag` | Set the container image tag for the mayastor containers | `"v2.2.0"` |
152152
| `mayastor.image.pullPolicy` | Set the container ImagePullPolicy for the mayastor containers | `"Always"` |
153153
| `mayastor.csi.image.registry` | Set the container image registry for the Kubernetes CSI sidecar containers | `"registry.k8s.io"` |
154154
| `mayastor.csi.image.repo` | Set the container image repository for the Kubernetes CSI sidecar containers | `"sig-storage"` |

charts/openebs/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -404,15 +404,15 @@ mayastor:
404404

405405
# Sample configuration, if you want to configure mayastor with custom values.
406406
# This is a small part of the full configuration. Full configuration available
407-
# here - https://github.com/openebs/mayastor-extensions/blob/v2.1.0/chart/values.yaml
407+
# here - https://github.com/openebs/mayastor-extensions/blob/v2.2.0/chart/values.yaml
408408

409409
image:
410410
# -- Image registry to pull Mayastor product images
411411
registry: docker.io
412412
# -- Image registry's namespace
413413
repo: openebs
414414
# -- Release tag for Mayastor images
415-
tag: v2.1.0
415+
tag: v2.2.0
416416
# -- ImagePullPolicy for Mayastor images
417417
pullPolicy: IfNotPresent
418418

@@ -859,7 +859,7 @@ zfs-localpv:
859859
# registry: quay.io/
860860
# repository: openebs/zfs-driver
861861
# pullPolicy: IfNotPresent
862-
# tag: 2.1.0
862+
# tag: 2.2.0
863863

864864
# lvm local pv configuration goes here
865865
# ref - https://openebs.github.io/lvm-localpv
@@ -880,7 +880,7 @@ lvm-localpv:
880880
# registry: quay.io/
881881
# repository: openebs/lvm-driver
882882
# pullPolicy: IfNotPresent
883-
# tag: 1.0.0
883+
# tag: 1.1.0
884884

885885
# openebs nfs provisioner configuration goes here
886886
# ref - https://openebs.github.io/dynamic-nfs-provisioner

0 commit comments

Comments
 (0)