Skip to content

Commit

Permalink
[ci] validate helm bundle in CI (m3db#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
schallert authored Mar 14, 2019
1 parent ea4c518 commit 388a045
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,10 @@ build-docker: ## Build m3db-operator docker image with go binary
@./build/build-docker.sh

.PHONE: helm-bundle
helm-bundle:
helm-bundle: install-codegen-tools
@echo "--- $@"
@helm template helm/m3db-operator > bundle.yaml
@PATH=$(retool_bin_path):$(PATH) kubeval -v=1.12.0 bundle.yaml

.PHONY: publish-helm-charts
publish-helm-charts: ## pushes a new version of the helm chart
Expand Down
4 changes: 4 additions & 0 deletions tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
{
"Repository": "github.com/rakyll/statik",
"Commit": "79258177a57a85a8ab2eca7ce0936aad80307f4e"
},
{
"Repository": "github.com/garethr/kubeval",
"Commit": "c44f5193dc944abc00e60a1b041ce48b0ae03dfb"
}
],
"RetoolVersion": "1.3.7"
Expand Down

0 comments on commit 388a045

Please sign in to comment.