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.
2 parents d367457 + 73262f2 commit bc64c48Copy full SHA for bc64c48
Makefile
@@ -32,7 +32,7 @@ sign: ## Sign all Helm charts on the Helm repository.
32
33
.PHONY: plugins
34
plugins: ## Install required Helm plugins.
35
- helm plugin install https://github.com/losisin/helm-values-schema-json.git
+ helm plugin install https://github.com/losisin/helm-values-schema-json.git --verify=false
36
37
.PHONY: help
38
help: ## Display this help.
0 commit comments