Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1509 from kinvolk/surajssd/update-openebs
Browse files Browse the repository at this point in the history
Update OpenEBS to 2.10.0
  • Loading branch information
surajssd authored Jun 23, 2021
2 parents d8fe3ac + 2d2ecba commit 77260e3
Show file tree
Hide file tree
Showing 175 changed files with 23,729 additions and 80 deletions.
1 change: 1 addition & 0 deletions .codespell.skip
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
./docs/images/lokomotive-example.gif
./assets/terraform-modules/tinkerbell-sandbox/assets/setup.sh
./assets/charts/components/aws-ebs-csi-driver/crds
./assets/charts/components/openebs-operator/charts
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Codespell test
uses: codespell-project/actions-codespell@master
with:
skip: ./vendor,./.git,./lokoctl,*.png,./assets/charts/components/cert-manager,./assets/charts/components/external-dns,./assets/charts/components/rook,./assets/charts/components/prometheus-operator,./assets/charts/components/velero,./assets/charts/components/cluster-autoscaler,./assets/charts/components/contour/crds,./assets/charts/components/openebs-operator/README.md,./assets/charts/control-plane/calico/crds,./docs/images/lokomotive-example.gif,./assets/terraform-modules/tinkerbell-sandbox/assets/setup.sh,./assets/charts/components/aws-ebs-csi-driver/crds
skip: ./vendor,./.git,./lokoctl,*.png,./assets/charts/components/cert-manager,./assets/charts/components/external-dns,./assets/charts/components/rook,./assets/charts/components/prometheus-operator,./assets/charts/components/velero,./assets/charts/components/cluster-autoscaler,./assets/charts/components/contour/crds,./assets/charts/components/openebs-operator/README.md,./assets/charts/control-plane/calico/crds,./docs/images/lokomotive-example.gif,./assets/terraform-modules/tinkerbell-sandbox/assets/setup.sh,./assets/charts/components/aws-ebs-csi-driver/crds,./assets/charts/components/openebs-operator/charts
ignore_words_file: './.codespell.ignorewords'
check_filenames: true
check_hidden: true
21 changes: 21 additions & 0 deletions assets/charts/components/openebs-operator/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
dependencies:
- name: openebs-ndm
repository: https://openebs.github.io/node-disk-manager
version: 1.5.0
- name: localpv-provisioner
repository: https://openebs.github.io/dynamic-localpv-provisioner
version: 2.10.0
- name: cstor
repository: https://openebs.github.io/cstor-operators
version: 2.10.1
- name: jiva
repository: https://openebs.github.io/jiva-operator
version: 2.10.1
- name: zfs-localpv
repository: https://openebs.github.io/zfs-localpv
version: 1.8.0
- name: lvm-localpv
repository: https://openebs.github.io/lvm-localpv
version: 0.6.0
digest: sha256:64409533b4bc66c18e3b81c13ed7cbe5770a0d3a381d8f037c7ebaf7565a5671
generated: "2021-06-18T14:46:20.870415391Z"
31 changes: 28 additions & 3 deletions assets/charts/components/openebs-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
apiVersion: v1
appVersion: 2.6.0
apiVersion: v2
appVersion: 2.10.0
dependencies:
- condition: openebs-ndm.enabled
name: openebs-ndm
repository: https://openebs.github.io/node-disk-manager
version: 1.5.0
- condition: localpv-provisioner.enabled
name: localpv-provisioner
repository: https://openebs.github.io/dynamic-localpv-provisioner
version: 2.10.0
- condition: cstor.enabled
name: cstor
repository: https://openebs.github.io/cstor-operators
version: 2.10.1
- condition: jiva.enabled
name: jiva
repository: https://openebs.github.io/jiva-operator
version: 2.10.1
- condition: zfs-localpv.enabled
name: zfs-localpv
repository: https://openebs.github.io/zfs-localpv
version: 1.8.0
- condition: lvm-localpv.enabled
name: lvm-localpv
repository: https://openebs.github.io/lvm-localpv
version: 0.6.0
description: Containerized Storage for Containers
home: http://www.openebs.io/
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
Expand All @@ -16,4 +41,4 @@ maintainers:
name: openebs
sources:
- https://github.com/openebs/openebs
version: 2.6.0
version: 2.10.1
136 changes: 120 additions & 16 deletions assets/charts/components/openebs-operator/README.md

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions assets/charts/components/openebs-operator/charts/cstor/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
dependencies:
- name: openebs-ndm
repository: https://openebs.github.io/node-disk-manager
version: 1.5.0
digest: sha256:c004d4899ad4d531dead9d5c5e622c9ea2ad29b878582f87611cadccb7f93607
generated: "2021-06-18T14:04:54.68982818Z"
29 changes: 29 additions & 0 deletions assets/charts/components/openebs-operator/charts/cstor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
apiVersion: v2
appVersion: 2.10.0
dependencies:
- condition: openebsNDM.enabled
name: openebs-ndm
repository: https://openebs.github.io/node-disk-manager
version: 1.5.0
description: CStor-Operator helm chart for Kubernetes
home: http://www.openebs.io/
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
keywords:
- cloud-native-storage
- block-storage
- iSCSI
- storage
- cstor
- cstor-operators
maintainers:
- email: kiran.mova@mayadata.io
name: kiranmova
- email: prateek.pandey@mayadata.io
name: prateekpandey14
- email: sonasingh46@gmail.com
name: sonasingh46
name: cstor
sources:
- https://github.com/openebs/cstor-operators
type: application
version: 2.10.1
Loading

0 comments on commit 77260e3

Please sign in to comment.