We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f13a9c commit d69568bCopy full SHA for d69568b
hack/verify-helm-chart-index.sh
@@ -19,6 +19,7 @@ set -euo pipefail
19
readonly PKG_ROOT="$(git rev-parse --show-toplevel)"
20
21
INDEX=${PKG_ROOT}/charts/index.yaml
22
+ignore_filename=""
23
24
function check_url() {
25
url=$1
0 commit comments