Skip to content

Commit 6e80bce

Browse files
fix failing tests when version changes
1 parent c36774d commit 6e80bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/helm-unittests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ CHART_DIR="$(cd "$(dirname "$0")/.." && pwd)"
55
echo "$CHART_DIR"
66

77
echo "Running Helm unittests"
8-
docker run --entrypoint "/bin/sh" -it --rm -v $CHART_DIR/charts:/charts alpine/helm:3.14.4 -c 'helm plugin install https://github.com/helm-unittest/helm-unittest.git --version 0.5.1 && helm unittest /charts/gitops-runtime'
8+
docker run -it --rm -v $CHART_DIR/charts:/charts helmunittest/helm-unittest:3.15.3-0.5.1 /charts/gitops-runtime

0 commit comments

Comments
 (0)