Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
fix(charts): Update provisioner-localpv image to 2.10.1 (#229)
Browse files Browse the repository at this point in the history
- Update charts to use v2.10.1 of provisioner-localpv
- Updated README with localpv image tag
- Update kind-action to v1.2.0

Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih authored Jul 5, 2021
1 parent 777dd81 commit 3a84e3b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: ct lint --config ct.yaml

- name: Create kind cluster
uses: helm/kind-action@v1.0.0
uses: helm/kind-action@v1.2.0
if: steps.list-changed.outputs.changed == 'true'

- name: Add dependency chart repos
Expand Down
4 changes: 2 additions & 2 deletions charts/openebs/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 2.10.1
version: 2.10.2
name: openebs
appVersion: 2.10.0
description: Containerized Storage for Containers
Expand All @@ -23,7 +23,7 @@ dependencies:
repository: "https://openebs.github.io/node-disk-manager"
condition: openebs-ndm.enabled
- name: localpv-provisioner
version: "2.10.0"
version: "2.10.1"
repository: "https://openebs.github.io/dynamic-localpv-provisioner"
condition: localpv-provisioner.enabled
- name: cstor
Expand Down
2 changes: 1 addition & 1 deletion charts/openebs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The following table lists the configurable parameters of the OpenEBS chart and t
| `provisioner.patchJivaNodeAffinity` | Enable/disable node affinity on jiva replica deployment| `enabled` |
| `localprovisioner.enabled` | Enable localProvisioner | `true` |
| `localprovisioner.image` | Image for localProvisioner | `openebs/provisioner-localpv` |
| `localprovisioner.imageTag` | Image Tag for localProvisioner | `2.10.0` |
| `localprovisioner.imageTag` | Image Tag for localProvisioner | `2.10.1` |
| `localprovisioner.replicas` | Number of localProvisioner Replicas | `1` |
| `localprovisioner.basePath` | BasePath for hostPath volumes on Nodes | `/var/openebs/local` |
| `localprovisioner.resources` | Set resource limits for localProvisioner | `{}` |
Expand Down
4 changes: 2 additions & 2 deletions charts/openebs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ provisioner:
localprovisioner:
enabled: true
image: "openebs/provisioner-localpv"
imageTag: "2.10.0"
imageTag: "2.10.1"
replicas: 1
enableLeaderElection: true
basePath: "/var/openebs/local"
Expand Down Expand Up @@ -535,7 +535,7 @@ localpv-provisioner:
# image:
# registry: quay.io/
# repository: openebs/provisioner-localpv
# tag: 2.10.0
# tag: 2.10.1
# pullPolicy: IfNotPresent
# healthCheck:
# initialDelaySeconds: 30
Expand Down

0 comments on commit 3a84e3b

Please sign in to comment.