Skip to content

Commit

Permalink
feat(charts): add chart for v4.0.1 (#3715)
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih committed Apr 19, 2024
1 parent cbe0ed0 commit 2717e0c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
version: 4.0.0
version: 4.0.1
name: openebs
appVersion: 4.0.0
appVersion: 4.0.1
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 Down Expand Up @@ -29,6 +29,6 @@ dependencies:
repository: "https://openebs.github.io/lvm-localpv"
condition: engines.local.lvm.enabled
- name: mayastor
version: 2.6.0
version: 2.6.1
repository: "https://openebs.github.io/mayastor-extensions"
condition: engines.replicated.mayastor.enabled
6 changes: 3 additions & 3 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.0 4.0.0
openebs openebs 1 2024-03-25 09:13:00.903321318 +0000 UTC deployed openebs-4.0.1 4.0.1
```

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 @@ -95,7 +95,7 @@ helm delete `<RELEASE NAME>` -n `<RELEASE NAMESPACE>`
| | 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.0 |
| https://openebs.github.io/mayastor-extensions | mayastor | 2.6.1 |
| https://openebs.github.io/zfs-localpv | zfs-localpv | 2.5.1 |

## Values
Expand All @@ -120,7 +120,7 @@ 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.0"` | |
| release.version | string | `"4.0.1"` | |
| 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/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
release:
version: "4.0.0"
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:
Expand Down

0 comments on commit 2717e0c

Please sign in to comment.