Skip to content

Commit 0f2c793

Browse files
prateekpandey14Kiran Mova
authored andcommitted
[stable/lvm]: update helm charts to 0.5.0 release
Signed-off-by: prateekpandey14 <[email protected]>
1 parent b6a7a84 commit 0f2c793

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

.github/workflows/chart-lint-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ jobs:
4545
run: ct lint --config ct.yaml
4646

4747
- name: Create kind cluster
48-
uses: helm/kind-action@v1.0.0
48+
uses: helm/kind-action@v1.1.0
4949
if: steps.list-changed.outputs.changed == 'true'
50+
with:
51+
config: buildscripts/kind_config.yaml
5052

5153
- name: Run chart-testing (install)
5254
run: ct install --config ct.yaml

buildscripts/kind_config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: Cluster
2+
apiVersion: kind.x-k8s.io/v1alpha4
3+
featureGates:
4+
"CSIStorageCapacity": true
5+
runtimeConfig:
6+
"api/alpha": "true"

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.4.0
5-
appVersion: 0.4.0
4+
version: 0.5.0
5+
appVersion: 0.5.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The following table lists the configurable parameters of the OpenEBS LVM Localpv
7777
| `lvmPlugin.image.registry`| Registry for openebs-lvm-plugin image| `""`|
7878
| `lvmPlugin.image.repository`| Image repository for openebs-lvm-plugin| `openebs/lvm-driver`|
7979
| `lvmPlugin.image.pullPolicy`| Image pull policy for openebs-lvm-plugin| `IfNotPresent`|
80-
| `lvmPlugin.image.tag`| Image tag for openebs-lvm-plugin| `0.4.0`|
80+
| `lvmPlugin.image.tag`| Image tag for openebs-lvm-plugin| `0.5.0`|
8181
| `lvmNode.driverRegistrar.image.registry`| Registry for csi-node-driver-registrar image| `k8s.gcr.io/`|
8282
| `lvmNode.driverRegistrar.image.repository`| Image repository for csi-node-driver-registrar| `sig-storage/csi-node-driver-registrar`|
8383
| `lvmNode.driverRegistrar.image.pullPolicy`| Image pull policy for csi-node-driver-registrar| `IfNotPresent`|

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.4.0"
5+
version: "0.5.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.4.0
129+
tag: 0.5.0
130130
ioLimits:
131131
enabled: false
132132
containerRuntime: containerd

0 commit comments

Comments
 (0)