Skip to content

Commit

Permalink
Add global.security.allowInsecureImages for testing the template
Browse files Browse the repository at this point in the history
  • Loading branch information
beltran-rubo committed Jan 2, 2025
1 parent 38830bd commit eae179c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/chart-template-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sed -i.bk -e "s/kubeVersion.*//g" "${CHART_DIR}Chart.yaml"
helm dep up "${CHART_DIR}"

# test with the minimum supported helm version
helm template "${CHART_DIR}" --debug
helm template "${CHART_DIR}" --debug --set global.security.allowInsecureImages=yes

# test with the latest stable helm version
helm-stable template "${CHART_DIR}" --debug
helm-stable template "${CHART_DIR}" --debug --set global.security.allowInsecureImages=yes

0 comments on commit eae179c

Please sign in to comment.