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 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[stable/openebs]: update charts to 2.12.0 release (#253)
* [stable/openebs]: update charts to 2.12.0 release - update chart version - update readme - update values - add nfs provisioner as dependency charts * update dynamic localpv charts changes * add NDM templates and CRDs changes Signed-off-by: prateekpandey14 <[email protected]>
- Loading branch information
1 parent
9beb1dd
commit d803266
Showing
15 changed files
with
796 additions
and
61 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
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: 2.11.7 | ||
version: 2.12.0 | ||
name: openebs | ||
appVersion: 2.11.0 | ||
appVersion: 2.12.0 | ||
description: Containerized Storage for Containers | ||
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png | ||
home: http://www.openebs.io/ | ||
|
@@ -19,26 +19,30 @@ maintainers: | |
email: [email protected] | ||
dependencies: | ||
- name: openebs-ndm | ||
version: "1.6.0" | ||
version: "1.6.1" | ||
repository: "https://openebs.github.io/node-disk-manager" | ||
condition: openebs-ndm.enabled | ||
- name: localpv-provisioner | ||
version: "2.11.1" | ||
version: "2.12.0" | ||
repository: "https://openebs.github.io/dynamic-localpv-provisioner" | ||
condition: localpv-provisioner.enabled | ||
- name: cstor | ||
version: "2.11.2" | ||
version: "2.12.0" | ||
repository: "https://openebs.github.io/cstor-operators" | ||
condition: cstor.enabled | ||
- name: jiva | ||
version: "2.11.1" | ||
version: "2.12.0" | ||
repository: "https://openebs.github.io/jiva-operator" | ||
condition: jiva.enabled | ||
- name: zfs-localpv | ||
version: "1.9.0" | ||
version: "1.9.3" | ||
repository: "https://openebs.github.io/zfs-localpv" | ||
condition: zfs-localpv.enabled | ||
- name: lvm-localpv | ||
version: "0.7.1" | ||
version: "0.8.0" | ||
repository: "https://openebs.github.io/lvm-localpv" | ||
condition: lvm-localpv.enabled | ||
- name: nfs-provisioner | ||
version: "0.6.0" | ||
repository: "https://openebs.github.io/dynamic-nfs-provisioner" | ||
condition: nfs-provisioner.enabled |
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
Oops, something went wrong.