diff --git a/README.md b/README.md index c3a1006..6f5da9a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ OpenEBS helm chart includes common components that are used by multiple engines - Security Policies like RBAC, PSP, Kyverno Engine charts included as dependencies are: -- [Mayastor](https://github.com/openebs/mayastor-extensions/tree/v2.1.0/chart) +- [Mayastor](https://github.com/openebs/mayastor-extensions/tree/v2.2.0/chart) - [cStor](https://github.com/openebs/cstor-operators/tree/HEAD/deploy/helm/charts) - [Jiva](https://github.com/openebs/jiva-operator/tree/HEAD/deploy/helm/charts) - [ZFS Local PV](https://github.com/openebs/zfs-localpv/tree/HEAD/deploy/helm/charts) diff --git a/charts/openebs/Chart.yaml b/charts/openebs/Chart.yaml index 2b59b77..6c79724 100644 --- a/charts/openebs/Chart.yaml +++ b/charts/openebs/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 -version: 3.6.0 +version: 3.7.0 name: openebs -appVersion: 3.6.0 +appVersion: 3.7.0 description: Containerized Attached Storage for Kubernetes icon: https://raw.githubusercontent.com/cncf/artwork/HEAD/projects/openebs/icon/color/openebs-icon-color.png home: http://www.openebs.io/ @@ -40,11 +40,11 @@ dependencies: repository: "https://openebs.github.io/jiva-operator" condition: jiva.enabled - name: zfs-localpv - version: "2.1.0" + version: "2.2.0" repository: "https://openebs.github.io/zfs-localpv" condition: zfs-localpv.enabled - name: lvm-localpv - version: "1.0.1" + version: "1.1.0" repository: "https://openebs.github.io/lvm-localpv" condition: lvm-localpv.enabled - name: nfs-provisioner @@ -52,6 +52,6 @@ dependencies: repository: "https://openebs.github.io/dynamic-nfs-provisioner" condition: nfs-provisioner.enabled - name: mayastor - version: "2.1.0" + version: "2.2.0" repository: "https://openebs.github.io/mayastor-extensions" condition: mayastor.enabled diff --git a/charts/openebs/README.md b/charts/openebs/README.md index f73c5f1..1d04b4c 100644 --- a/charts/openebs/README.md +++ b/charts/openebs/README.md @@ -148,7 +148,7 @@ The following table lists the common configurable parameters of the OpenEBS char | `mayastor.etcd.persistence.size` | Set the size of the volume(s) used by the etcd | `""` | | `mayastor.image.registry` | Set the container image registry for the mayastor containers | `"docker.io"` | | `mayastor.image.repo` | Set the container image repository for the mayastor containers | `"openebs"` | -| `mayastor.image.tag` | Set the container image tag for the mayastor containers | `"v2.1.0"` | +| `mayastor.image.tag` | Set the container image tag for the mayastor containers | `"v2.2.0"` | | `mayastor.image.pullPolicy` | Set the container ImagePullPolicy for the mayastor containers | `"Always"` | | `mayastor.csi.image.registry` | Set the container image registry for the Kubernetes CSI sidecar containers | `"registry.k8s.io"` | | `mayastor.csi.image.repo` | Set the container image repository for the Kubernetes CSI sidecar containers | `"sig-storage"` | diff --git a/charts/openebs/values.yaml b/charts/openebs/values.yaml index cd2eaf0..9b1458e 100644 --- a/charts/openebs/values.yaml +++ b/charts/openebs/values.yaml @@ -404,7 +404,7 @@ mayastor: # Sample configuration, if you want to configure mayastor with custom values. # This is a small part of the full configuration. Full configuration available - # here - https://github.com/openebs/mayastor-extensions/blob/v2.1.0/chart/values.yaml + # here - https://github.com/openebs/mayastor-extensions/blob/v2.2.0/chart/values.yaml image: # -- Image registry to pull Mayastor product images @@ -412,7 +412,7 @@ mayastor: # -- Image registry's namespace repo: openebs # -- Release tag for Mayastor images - tag: v2.1.0 + tag: v2.2.0 # -- ImagePullPolicy for Mayastor images pullPolicy: IfNotPresent @@ -859,7 +859,7 @@ zfs-localpv: # registry: quay.io/ # repository: openebs/zfs-driver # pullPolicy: IfNotPresent -# tag: 2.1.0 +# tag: 2.2.0 # lvm local pv configuration goes here # ref - https://openebs.github.io/lvm-localpv @@ -880,7 +880,7 @@ lvm-localpv: # registry: quay.io/ # repository: openebs/lvm-driver # pullPolicy: IfNotPresent -# tag: 1.0.0 +# tag: 1.1.0 # openebs nfs provisioner configuration goes here # ref - https://openebs.github.io/dynamic-nfs-provisioner