File tree Expand file tree Collapse file tree 6 files changed +16
-16
lines changed
Expand file tree Collapse file tree 6 files changed +16
-16
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff line change 11name : 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
1010jobs :
1111 release :
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : lvm-localpv
33description : 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
66icon : https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
77home : https://openebs.io/
88keywords :
@@ -16,5 +16,5 @@ sources:
1616- https://github.com/openebs/lvm-localpv
1717dependencies :
1818 - name : crds
19- version : 1.7.0-develop
19+ version : 1.6.1
2020 condition : crds.enabled
Original file line number Diff line number Diff 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/ ` |
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : crds
3- version : 1.7.0-develop
3+ version : 1.6.1
44description : A Helm chart that collects CustomResourceDefinitions (CRDs) from lvm-localpv.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments