diff --git a/charts/kubezero-storage/Chart.yaml b/charts/kubezero-storage/Chart.yaml index 0e3e836..5dccea5 100644 --- a/charts/kubezero-storage/Chart.yaml +++ b/charts/kubezero-storage/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: kubezero-storage description: KubeZero umbrella chart for all things storage incl. backup, eg. openEBS-lvm, gemini type: application -version: 0.3.0 +version: 0.3.1 home: https://kubezero.com icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png keywords: @@ -14,7 +14,7 @@ maintainers: - name: Quarky9 dependencies: - name: lvm-localpv - version: 0.8.0 + version: 0.8.2 repository: https://openebs.github.io/lvm-localpv condition: lvm-localpv.enabled - name: gemini diff --git a/charts/kubezero-storage/README.md b/charts/kubezero-storage/README.md index 9940ea4..518b22a 100644 --- a/charts/kubezero-storage/README.md +++ b/charts/kubezero-storage/README.md @@ -1,8 +1,8 @@ -# kubezero-timecapsule +# kubezero-storage -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) -KubeZero umbrella chart for all things backup +KubeZero umbrella chart for all things storage incl. backup, eg. openEBS-lvm, gemini **Homepage:** @@ -18,16 +18,28 @@ Kubernetes: `>= 1.18.0` | Repository | Name | Version | |------------|------|---------| -| | gemini | 0.0.6 | +| | gemini | 0.0.7 | +| https://openebs.github.io/lvm-localpv | lvm-localpv | 0.8.2 | ## Values | Key | Type | Default | Description | |-----|------|---------|-------------| +| gemini.enabled | bool | `false` | | | gemini.resources.limits.cpu | string | `"400m"` | | | gemini.resources.limits.memory | string | `"128Mi"` | | | gemini.resources.requests.cpu | string | `"20m"` | | | gemini.resources.requests.memory | string | `"32Mi"` | | +| lvm-localpv.enabled | bool | `false` | | +| lvm-localpv.lvmController.nodeSelector."node-role.kubernetes.io/master" | string | `""` | | +| lvm-localpv.lvmController.tolerations[0].effect | string | `"NoSchedule"` | | +| lvm-localpv.lvmController.tolerations[0].key | string | `"node-role.kubernetes.io/master"` | | +| lvm-localpv.lvmNode.nodeSelector."node.kubernetes.io/lvm" | string | `"openebs"` | | +| lvm-localpv.lvmNode.tolerations[0].effect | string | `"NoSchedule"` | | +| lvm-localpv.lvmNode.tolerations[0].key | string | `"kubezero-workergroup"` | | +| lvm-localpv.lvmNode.tolerations[0].operator | string | `"Exists"` | | +| lvm-localpv.storageClass.default | bool | `false` | | +| lvm-localpv.storageClass.vgpattern | string | `""` | | ---------------------------------------------- Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)