Skip to content

Commit e325c8c

Browse files
authored
Merge pull request #332 from niladrih/chart-1.6.1
feat(chart): add v1.6.1 chart
2 parents 00608dc + cb8a95b commit e325c8c

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ jobs:
5454
with:
5555
file: shell.nix
5656

57-
- name: Check if the chart follows a valid semver version
58-
run: |
59-
branch_name="${{ github.event.pull_request.base.ref }}"
60-
./scripts/validate-chart-version.sh --branch $branch_name
57+
# - name: Check if the chart follows a valid semver version
58+
# run: |
59+
# branch_name="${{ github.event.pull_request.base.ref }}"
60+
# ./scripts/validate-chart-version.sh --branch $branch_name
6161

6262
- name: Run chart-testing lint
6363
run: |

.github/workflows/release-charts.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Release Charts
22

3-
#on:
4-
# push:
5-
# paths:
6-
# - 'deploy/helm/**'
7-
# branches:
8-
# - develop
3+
on:
4+
push:
5+
paths:
6+
- 'deploy/helm/**'
7+
branches:
8+
- develop
99

1010
jobs:
1111
release:

deploy/helm/charts/Chart.yaml

Lines changed: 3 additions & 3 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: 1.7.0-develop
5-
appVersion: 1.7.0-develop
4+
version: 1.6.1
5+
appVersion: 1.6.1
66
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
77
home: https://openebs.io/
88
keywords:
@@ -16,5 +16,5 @@ sources:
1616
- https://github.com/openebs/lvm-localpv
1717
dependencies:
1818
- name: crds
19-
version: 1.7.0-develop
19+
version: 1.6.1
2020
condition: crds.enabled

deploy/helm/charts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ helm install openebs-lvmlocalpv openebs-lvmlocalpv/lvm-localpv --namespace opene
9292
| `lvmPlugin.image.registry` | Registry for openebs-lvm-plugin image | `""` |
9393
| `lvmPlugin.image.repository` | Image repository for openebs-lvm-plugin | `openebs/lvm-driver` |
9494
| `lvmPlugin.image.pullPolicy` | Image pull policy for openebs-lvm-plugin | `IfNotPresent` |
95-
| `lvmPlugin.image.tag` | Image tag for openebs-lvm-plugin | `1.7.0-develop` |
95+
| `lvmPlugin.image.tag` | Image tag for openebs-lvm-plugin | `1.6.1` |
9696
| `lvmPlugin.metricsPort` | The TCP port number used for exposing lvm-metrics | `9500` |
9797
| `lvmPlugin.allowedTopologies` | The comma seperated list of allowed node topologies | `kubernetes.io/hostname,` |
9898
| `lvmNode.driverRegistrar.image.registry` | Registry for csi-node-driver-registrar image | `registry.k8s.io/` |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v2
22
name: crds
3-
version: 1.7.0-develop
3+
version: 1.6.1
44
description: A Helm chart that collects CustomResourceDefinitions (CRDs) from lvm-localpv.

deploy/helm/charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ lvmPlugin:
149149
repository: openebs/lvm-driver
150150
pullPolicy: IfNotPresent
151151
# Overrides the image tag whose default is the chart appVersion.
152-
tag: 1.7.0-develop
152+
tag: 1.6.1
153153
ioLimits:
154154
enabled: false
155155
containerRuntime: containerd

0 commit comments

Comments
 (0)