Skip to content

Commit

Permalink
lint: upgrade helmpack/chart-testing to v3.11.0
Browse files Browse the repository at this point in the history
The current version v3.3.1 of helmpack/chart-testing is 4 years old and comes
bundled with older version of Helm wtih limited feature set.
Upgrade to the latest v3.11.0 (7 months old).
  • Loading branch information
pritesh-lahoti committed Nov 27, 2024
1 parent 3df678c commit b5d3cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/tester.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euo pipefail

image="quay.io/helmpack/chart-testing"
version="v3.3.1"
version="v3.11.0"

if [ "${1-}" = "pull" ]; then
docker pull "${image}:${version}"
Expand Down

0 comments on commit b5d3cf1

Please sign in to comment.