[go: up one dir, main page]

Skip to content

Commit

Permalink
feat(helm chart): prepare helm chart for release 4.1.0 (#3754)
Browse files Browse the repository at this point in the history
* feat(helm chart): prepare helm chart for release 4.1.0

Signed-off-by: Abhinandan Purkait <purkaitabhinandan@gmail.com>

* add monitoring as a dependency

Signed-off-by: w3aman <aman.gupta@mayadata.io>
Signed-off-by: Abhinandan Purkait <purkaitabhinandan@gmail.com>

* cherry-pick: 3747 for etcd domain

Signed-off-by: Abhinandan Purkait <purkaitabhinandan@gmail.com>

* feat(helm chart): disable localpv-provisioner in monitoring subchart

Signed-off-by: Abhinandan Purkait <purkaitabhinandan@gmail.com>

* fix: point monitoring values yaml to head

Signed-off-by: Abhinandan Purkait <purkaitabhinandan@gmail.com>

* chore: add documentation for monitoring enabled value

Signed-off-by: Abhinandan Purkait <purkaitabhinandan@gmail.com>

* chore: sort README values table and values.yaml

Signed-off-by: Abhinandan Purkait <purkaitabhinandan@gmail.com>

* Revert "add monitoring as a dependency"

This reverts commit bfa9ff4.

Signed-off-by: Abhinandan Purkait <purkaitabhinandan@gmail.com>

* fix: point mayastor values yaml to point to 2.7.0

Signed-off-by: Abhinandan Purkait <purkaitabhinandan@gmail.com>

* revert: remove traces of monitoring from values and readme

Signed-off-by: Abhinandan Purkait <purkaitabhinandan@gmail.com>

* chore: update the date on the readme

Signed-off-by: Abhinandan Purkait <purkaitabhinandan@gmail.com>

---------

Signed-off-by: Abhinandan Purkait <purkaitabhinandan@gmail.com>
Signed-off-by: w3aman <aman.gupta@mayadata.io>
Co-authored-by: w3aman <aman.gupta@mayadata.io>
Co-authored-by: Niladri Halder <niladri.halder26@gmail.com>
  • Loading branch information
3 people authored Jul 8, 2024
1 parent 7ff4ac4 commit 257abac
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 deletions.
14 changes: 7 additions & 7 deletions charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
version: 4.0.1
version: 4.1.0
name: openebs
appVersion: 4.0.1
appVersion: 4.1.0
description: Containerized Attached Storage for Kubernetes
icon: https://raw.githubusercontent.com/cncf/artwork/HEAD/projects/openebs/icon/color/openebs-icon-color.png
home: https://www.openebs.io/
Expand All @@ -16,19 +16,19 @@ sources:
- https://github.com/openebs/openebs
dependencies:
- name: openebs-crds
version: 4.0.0
version: 4.1.0
- name: localpv-provisioner
version: 4.0.0
version: 4.1.0
repository: "https://openebs.github.io/dynamic-localpv-provisioner"
- name: zfs-localpv
version: 2.5.1
version: 2.6.0
repository: "https://openebs.github.io/zfs-localpv"
condition: engines.local.zfs.enabled
- name: lvm-localpv
version: 1.5.1
version: 1.6.0
repository: "https://openebs.github.io/lvm-localpv"
condition: engines.local.lvm.enabled
- name: mayastor
version: 2.6.1
version: 2.7.0
repository: "https://openebs.github.io/mayastor-extensions"
condition: engines.replicated.mayastor.enabled
18 changes: 8 additions & 10 deletions charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ To view the chart and get the following output.
helm ls -n openebs

NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
openebs openebs 1 2024-03-25 09:13:00.903321318 +0000 UTC deployed openebs-4.0.1 4.0.1
openebs openebs 1 2024-07-07 09:13:00.903321318 +0000 UTC deployed openebs-4.1.0 4.1.0
```

As a next step [verify the installation](https://openebs.io/docs/quickstart-guide/installation#verifying-openebs-installation) and do the [post installation](https://openebs.io/docs/quickstart-guide/installation#post-installation-considerations) steps.
Expand All @@ -92,11 +92,11 @@ helm delete `<RELEASE NAME>` -n `<RELEASE NAMESPACE>`

| Repository | Name | Version |
|------------|------|---------|
| | openebs-crds | 4.0.0 |
| https://openebs.github.io/dynamic-localpv-provisioner | localpv-provisioner | 4.0.0 |
| https://openebs.github.io/lvm-localpv | lvm-localpv | 1.5.1 |
| https://openebs.github.io/mayastor-extensions | mayastor | 2.6.1 |
| https://openebs.github.io/zfs-localpv | zfs-localpv | 2.5.1 |
| | openebs-crds | 4.1.0 |
| https://openebs.github.io/dynamic-localpv-provisioner | localpv-provisioner | 4.1.0 |
| https://openebs.github.io/lvm-localpv | lvm-localpv | 1.6.0 |
| https://openebs.github.io/mayastor-extensions | mayastor | 2.7.0 |
| https://openebs.github.io/zfs-localpv | zfs-localpv | 2.6.0 |

## Values

Expand All @@ -108,10 +108,9 @@ helm delete `<RELEASE NAME>` -n `<RELEASE NAMESPACE>`
| localpv-provisioner.rbac.create | bool | `true` | |
| lvm-localpv.crds.csi.volumeSnapshots.enabled | bool | `false` | |
| lvm-localpv.crds.lvmLocalPv.enabled | bool | `true` | |
| lvm-localpv.enabled | bool | `true` | |
| mayastor.crds.csi.volumeSnapshots.enabled | bool | `false` | |
| mayastor.csi.node.initContainers.enabled | bool | `true` | |
| mayastor.enabled | bool | `true` | |
| mayastor.etcd.clusterDomain | string | `"cluster.local"` | Kubernetes Cluster Domain |
| mayastor.localpv-provisioner.enabled | bool | `false` | |
| openebs-crds.csi.volumeSnapshots.enabled | bool | `true` | |
| openebs-crds.csi.volumeSnapshots.keep | bool | `true` | |
Expand All @@ -120,7 +119,6 @@ helm delete `<RELEASE NAME>` -n `<RELEASE NAMESPACE>`
| preUpgradeHook.image.registry | string | `"docker.io"` | The container image registry URL for the hook job |
| preUpgradeHook.image.repo | string | `"bitnami/kubectl"` | The container repository for the hook job |
| preUpgradeHook.image.tag | string | `"1.25.15"` | The container image tag for the hook job |
| release.version | string | `"4.0.1"` | |
| release.version | string | `"4.1.0"` | |
| zfs-localpv.crds.csi.volumeSnapshots.enabled | bool | `false` | |
| zfs-localpv.crds.zfsLocalPv.enabled | bool | `true` | |
| zfs-localpv.enabled | bool | `true` | |
2 changes: 1 addition & 1 deletion charts/charts/openebs-crds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v2
name: openebs-crds
version: 4.0.0
version: 4.1.0
description: A Helm chart that collects CustomResourceDefinitions (CRDs) from OpenEBS.
2 changes: 1 addition & 1 deletion charts/charts/openebs-crds/helm.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# openebs-crds

![Version: 4.0.0](https://img.shields.io/badge/Version-4.0.0-informational?style=flat-square)
![Version: 4.1.0](https://img.shields.io/badge/Version-4.1.0-informational?style=flat-square)

A Helm chart that collects CustomResourceDefinitions (CRDs) from OpenEBS.

Expand Down
18 changes: 10 additions & 8 deletions charts/values.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
release:
version: "4.0.1"

# Refer to https://github.com/openebs/dynamic-localpv-provisioner/blob/HEAD/deploy/helm/charts/values.yaml for complete set of values.
localpv-provisioner:
rbac:
create: true
version: "4.1.0"

openebs-crds:
csi:
volumeSnapshots:
enabled: true
keep: true

# Refer to https://github.com/openebs/dynamic-localpv-provisioner/blob/HEAD/deploy/helm/charts/values.yaml for complete set of values.
localpv-provisioner:
rbac:
create: true

# Refer to https://github.com/openebs/zfs-localpv/blob/HEAD/deploy/helm/charts/values.yaml for complete set of values.
zfs-localpv:
enabled: true
Expand All @@ -32,14 +32,16 @@ lvm-localpv:
volumeSnapshots:
enabled: false

# Refer to https://github.com/openebs/mayastor-extensions/blob/v2.6.0/chart/values.yaml for complete set of values.
# Refer to https://github.com/openebs/mayastor-extensions/blob/v2.7.0/chart/values.yaml for complete set of values.
mayastor:
enabled: true
csi:
node:
initContainers:
enabled: true

etcd:
# -- Kubernetes Cluster Domain
clusterDomain: cluster.local
localpv-provisioner:
enabled: false
crds:
Expand Down

0 comments on commit 257abac

Please sign in to comment.