Skip to content

Commit bc64c48

Browse files
authored
Merge pull request #113 from controlplaneio-fluxcd/fix-update
Fix install helm plugin
2 parents d367457 + 73262f2 commit bc64c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sign: ## Sign all Helm charts on the Helm repository.
3232

3333
.PHONY: plugins
3434
plugins: ## Install required Helm plugins.
35-
helm plugin install https://github.com/losisin/helm-values-schema-json.git
35+
helm plugin install https://github.com/losisin/helm-values-schema-json.git --verify=false
3636

3737
.PHONY: help
3838
help: ## Display this help.

0 commit comments

Comments
 (0)