Skip to content

Commit

Permalink
chore(charts): Update localpv chart version (#110)
Browse files Browse the repository at this point in the history
* Update localpv chart version
* Updated kind-action to v1.2.0

Signed-off-by: Niladri Halder <niladri.halder@mayadata.io>
  • Loading branch information
niladrih authored Jul 6, 2021
1 parent 727c2d2 commit 3f7d491
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chart-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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 deploy/helm/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Jiva-Operator helm chart for Kubernetes
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 2.10.2
version: 2.10.3
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 2.10.0
Expand All @@ -23,7 +23,7 @@ sources:

dependencies:
- name: localpv-provisioner
version: "2.10.0"
version: "2.10.1"
repository: "https://openebs.github.io/dynamic-localpv-provisioner"
condition: openebsLocalpv.enabled

Expand Down

0 comments on commit 3f7d491

Please sign in to comment.