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

Commit

Permalink
feat(charts): add v3.8.0 helm chart (#332)
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih authored Jul 27, 2023
1 parent bc1574f commit 20775f8
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 28 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0/chart)
- [Mayastor](https://github.com/openebs/mayastor-extensions/tree/v2.3.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)
Expand Down
14 changes: 7 additions & 7 deletions charts/openebs/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
version: 3.7.0
version: 3.8.0
name: openebs
appVersion: 3.7.0
appVersion: 3.8.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/
Expand Down Expand Up @@ -32,26 +32,26 @@ dependencies:
repository: "https://openebs.github.io/dynamic-localpv-provisioner"
condition: localpv-provisioner.enabled
- name: cstor
version: "3.4.0"
version: "3.5.0"
repository: "https://openebs.github.io/cstor-operators"
condition: cstor.enabled
- name: jiva
version: "3.4.0"
version: "3.5.0"
repository: "https://openebs.github.io/jiva-operator"
condition: jiva.enabled
- name: zfs-localpv
version: "2.2.0"
version: "2.3.0"
repository: "https://openebs.github.io/zfs-localpv"
condition: zfs-localpv.enabled
- name: lvm-localpv
version: "1.1.0"
version: "1.2.0"
repository: "https://openebs.github.io/lvm-localpv"
condition: lvm-localpv.enabled
- name: nfs-provisioner
version: "0.10.0"
repository: "https://openebs.github.io/dynamic-nfs-provisioner"
condition: nfs-provisioner.enabled
- name: mayastor
version: "2.2.0"
version: "2.3.0"
repository: "https://openebs.github.io/mayastor-extensions"
condition: mayastor.enabled
2 changes: 1 addition & 1 deletion charts/openebs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0"` |
| `mayastor.image.tag` | Set the container image tag for the mayastor containers | `"v2.3.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"` |
Expand Down
42 changes: 23 additions & 19 deletions charts/openebs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ imagePullSecrets: []

release:
# "openebs.io/version" label for control plane components
version: "3.6.0"
version: "3.8.0"

# Legacy components will be installed if it is enabled.
# Legacy components are - admission-server, maya api-server, snapshot-operator
Expand Down Expand Up @@ -404,15 +404,15 @@ 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.2.0/chart/values.yaml
# here - https://github.com/openebs/mayastor-extensions/blob/v2.3.0/chart/values.yaml

image:
# -- Image registry to pull Mayastor product images
registry: docker.io
# -- Image registry's namespace
repo: openebs
# -- Release tag for Mayastor images
tag: v2.2.0
tag: v2.3.0
# -- ImagePullPolicy for Mayastor images
pullPolicy: IfNotPresent

Expand Down Expand Up @@ -501,6 +501,10 @@ mayastor:
# provisionerTag: v2.2.1
# # -- csi-attacher image release tag
# attacherTag: v3.2.1
# # -- csi-snapshotter image release tag
# snapshotterTag: v6.2.1
# # -- csi-snapshot-controller image release tag
# snapshotControllerTag: v6.2.1
# # -- csi-node-driver-registrar image release tag
# registrarTag: v2.1.0

Expand Down Expand Up @@ -602,25 +606,25 @@ jiva:
# image:
# registry: quay.io/
# repository: openebs/jiva
# tag: 3.4.0
# tag: 3.5.0
# replica:
# image:
# registry: quay.io/
# repository: openebs/jiva
# tag: 3.4.0
# tag: 3.5.0
# image:
# registry: quay.io/
# repository: openebs/jiva-operator
# pullPolicy: IfNotPresent
# tag: 3.4.0
# tag: 3.5.0
#
# jivaCSIPlugin:
# remount: "true"
# image:
# registry: quay.io/
# repository: openebs/jiva-csi
# pullPolicy: IfNotPresent
# tag: 3.4.0
# tag: 3.5.0

cstor:

Expand Down Expand Up @@ -671,59 +675,59 @@ cstor:
# image:
# registry: quay.io/
# repository: openebs/cstor-pool-manager
# tag: 3.4.0
# tag: 3.5.0
# cstorPool:
# image:
# registry: quay.io/
# repository: openebs/cstor-pool
# tag: 3.4.0
# tag: 3.5.0
# cstorPoolExporter:
# image:
# registry: quay.io/
# repository: openebs/m-exporter
# tag: 3.4.0
# tag: 3.5.0
# image:
# registry: quay.io/
# repository: openebs/cspc-operator
# pullPolicy: IfNotPresent
# tag: 3.4.0
# tag: 3.5.0
#
# cvcOperator:
# target:
# image:
# registry: quay.io/
# repository: openebs/cstor-istgt
# tag: 3.4.0
# tag: 3.5.0
# volumeMgmt:
# image:
# registry: quay.io/
# repository: openebs/cstor-volume-manager
# tag: 3.4.0
# tag: 3.5.0
# volumeExporter:
# image:
# registry: quay.io/
# repository: openebs/m-exporter
# tag: 3.4.0
# tag: 3.5.0
# image:
# registry: quay.io/
# repository: openebs/cvc-operator
# pullPolicy: IfNotPresent
# tag: 3.4.0
# tag: 3.5.0
#
# cstorCSIPlugin:
# image:
# registry: quay.io/
# repository: openebs/cstor-csi-driver
# pullPolicy: IfNotPresent
# tag: 3.4.0
# tag: 3.5.0
#
# admissionServer:
# componentName: cstor-admission-webhook
# image:
# registry: quay.io/
# repository: openebs/cstor-webhook
# pullPolicy: IfNotPresent
# tag: 3.4.0
# tag: 3.5.0

# ndm configuration goes here
# https://openebs.github.io/node-disk-manager
Expand Down Expand Up @@ -859,7 +863,7 @@ zfs-localpv:
# registry: quay.io/
# repository: openebs/zfs-driver
# pullPolicy: IfNotPresent
# tag: 2.2.0
# tag: 2.3.0

# lvm local pv configuration goes here
# ref - https://openebs.github.io/lvm-localpv
Expand All @@ -880,7 +884,7 @@ lvm-localpv:
# registry: quay.io/
# repository: openebs/lvm-driver
# pullPolicy: IfNotPresent
# tag: 1.1.0
# tag: 1.2.0

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

0 comments on commit 20775f8

Please sign in to comment.