This repository has been archived by the owner on May 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release(chart): add helm chart changes for v3.4.0 (#312)
Signed-off-by: Niladri Halder <[email protected]>
- Loading branch information
Showing
3 changed files
with
103 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
apiVersion: v2 | ||
version: 3.3.1 | ||
version: 3.4.0 | ||
name: openebs | ||
appVersion: 3.3.0 | ||
appVersion: 3.4.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/ | ||
|
@@ -24,19 +24,19 @@ maintainers: | |
email: [email protected] | ||
dependencies: | ||
- name: openebs-ndm | ||
version: "2.0.0" | ||
version: "2.1.0" | ||
repository: "https://openebs.github.io/node-disk-manager" | ||
condition: openebs-ndm.enabled | ||
- name: localpv-provisioner | ||
version: "3.3.0" | ||
version: "3.4.0" | ||
repository: "https://openebs.github.io/dynamic-localpv-provisioner" | ||
condition: localpv-provisioner.enabled | ||
- name: cstor | ||
version: "3.3.0" | ||
version: "3.4.0" | ||
repository: "https://openebs.github.io/cstor-operators" | ||
condition: cstor.enabled | ||
- name: jiva | ||
version: "3.3.0" | ||
version: "3.4.0" | ||
repository: "https://openebs.github.io/jiva-operator" | ||
condition: jiva.enabled | ||
- name: zfs-localpv | ||
|
@@ -48,6 +48,6 @@ dependencies: | |
repository: "https://openebs.github.io/lvm-localpv" | ||
condition: lvm-localpv.enabled | ||
- name: nfs-provisioner | ||
version: "0.9.0" | ||
version: "0.10.0" | ||
repository: "https://openebs.github.io/dynamic-nfs-provisioner" | ||
condition: nfs-provisioner.enabled |
Oops, something went wrong.