Skip to content

Commit

Permalink
ci: bump ct testing tool v3.9.0 to v3.10.0 (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
skylenet authored Nov 2, 2023
1 parent 8f30da4 commit bdd32c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
uses: pre-commit/action@v3.0.0

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.0
with:
version: "v3.9.0"
version: "v3.10.0"

- name: Run chart-testing (list-changed)
id: list-changed
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-ethereum-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
uses: pre-commit/action@v3.0.0

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.0
with:
version: "v3.9.0"
version: "v3.10.0"

- name: Check if chart got changed
id: list-changed
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ init:
@pre-commit install

lint:
@docker run --rm --workdir /workdir --volume "$(CURRENT_DIR):/workdir" quay.io/helmpack/chart-testing:v3.9.0 ct lint --target-branch master
@docker run --rm --workdir /workdir --volume "$(CURRENT_DIR):/workdir" -u $(UID) -e "HOME=/tmp" quay.io/helmpack/chart-testing:v3.10.0 ct lint --target-branch master

docs:
@docker run --rm --volume "$(CURRENT_DIR):/helm-docs" -u $(UID) jnorwood/helm-docs:v1.5.0
Expand Down

0 comments on commit bdd32c1

Please sign in to comment.