Skip to content

Commit 725bde8

Browse files
prateekpandey14Kiran Mova
authored andcommitted
[stable/lvm]: update lvm charts to release 0.7.0
1 parent c3d4563 commit 725bde8

File tree

3 files changed

+29
-7
lines changed

3 files changed

+29
-7
lines changed

deploy/helm/charts/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: lvm-localpv
33
description: CSI Driver for dynamic provisioning of LVM Persistent Local Volumes.
4-
version: 0.6.2
5-
appVersion: 0.6.0
4+
version: 0.7.0
5+
appVersion: 0.7.0
66
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
77
home: http://www.openebs.io/
88
keywords:

deploy/helm/charts/README.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,18 @@ Please visit the [link](https://openebs.github.io/lvm-localpv/) for install inst
3434

3535
```console
3636
# Helm
37-
$ helm install [RELEASE_NAME] openebs-lvmlocalpv/lvm-localpv
37+
$ helm install [RELEASE_NAME] openebs-lvmlocalpv/lvm-localpv --namespace [NAMESPACE]
3838
```
3939

40+
<details>
41+
<summary>Click here if you're using MicroK8s.</summary>
42+
43+
```console
44+
microk8s helm3 install [RELEASE_NAME] openebs-lvmlocalpv/lvm-localpv --namespace [NAMESPACE] --set-string lvmNode.kubeletDir="/var/snap/microk8s/common/var/lib/kubelet/"
45+
```
46+
</details>
47+
48+
4049
**Note:** If moving from the operator to helm
4150
- Make sure the namespace provided in the helm install command is same as `LVM_NAMESPACE` (by default it is `openebs`) env in the controller statefulset.
4251
- Before installing, clean up the stale statefulset and daemonset from `kube-system` namespace using the below commands
@@ -65,20 +74,33 @@ _See [helm uninstall](https://helm.sh/docs/helm/helm_uninstall/) for command doc
6574

6675
```console
6776
# Helm
68-
$ helm upgrade [RELEASE_NAME] [CHART] --install
77+
$ helm upgrade [RELEASE_NAME] [CHART] --install --namespace [NAMESPACE]
6978
```
7079

7180
## Configuration
7281

7382
The following table lists the configurable parameters of the OpenEBS LVM Localpv chart and their default values.
7483

84+
```console
85+
helm install openebs-lvmlocalpv openebs-lvmlocalpv/lvm-localpv --namespace openebs --create-namespace
86+
```
87+
<details>
88+
<summary>Click here if you're using MicroK8s.</summary>
89+
90+
If you are using MicroK8s, it is necessary to add the following flag:
91+
92+
```console
93+
--set-string lvmNode.kubeletDir="/var/snap/microk8s/common/var/lib/kubelet/"
94+
```
95+
</details>
96+
7597
| Parameter| Description| Default|
7698
| -| -| -|
7799
| `imagePullSecrets`| Provides image pull secrect| `""`|
78100
| `lvmPlugin.image.registry`| Registry for openebs-lvm-plugin image| `""`|
79101
| `lvmPlugin.image.repository`| Image repository for openebs-lvm-plugin| `openebs/lvm-driver`|
80102
| `lvmPlugin.image.pullPolicy`| Image pull policy for openebs-lvm-plugin| `IfNotPresent`|
81-
| `lvmPlugin.image.tag`| Image tag for openebs-lvm-plugin| `0.6.0`|
103+
| `lvmPlugin.image.tag`| Image tag for openebs-lvm-plugin| `0.7.0`|
82104
| `lvmPlugin.metricsPort`| The TCP port number used for exposing lvm-metrics | `9500`|
83105
| `lvmNode.driverRegistrar.image.registry`| Registry for csi-node-driver-registrar image| `k8s.gcr.io/`|
84106
| `lvmNode.driverRegistrar.image.repository`| Image repository for csi-node-driver-registrar| `sig-storage/csi-node-driver-registrar`|

deploy/helm/charts/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This is a YAML-formatted file.
33
# Declare variables to be passed into your templates.
44
release:
5-
version: "0.6.0"
5+
version: "0.7.0"
66

77
imagePullSecrets:
88
# - name: "image-pull-secret"
@@ -126,7 +126,7 @@ lvmPlugin:
126126
repository: openebs/lvm-driver
127127
pullPolicy: IfNotPresent
128128
# Overrides the image tag whose default is the chart appVersion.
129-
tag: 0.6.0
129+
tag: 0.7.0
130130
ioLimits:
131131
enabled: false
132132
containerRuntime: containerd

0 commit comments

Comments
 (0)