jsonnetfile.lock.json: Update kube-prometheus and regenerate

This commit is contained in:
zzg
2019-05-18 04:51:41 +08:00
parent 6562f95c14
commit f21a134fa4
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ all: generate fmt test
.PHONY: generate-in-docker
generate-in-docker:
@echo ">> Compiling assets and generating Kubernetes manifests"
$(CONTAINER_CMD) $(MAKE) $(MFLAGS) generate
$(CONTAINER_CMD) make $(MFLAGS) generate
generate: manifests **.md
@@ -42,7 +42,7 @@ test-e2e:
test-in-docker:
@echo ">> Compiling assets and generating Kubernetes manifests"
$(CONTAINER_CMD) $(MAKE) $(MFLAGS) test
$(CONTAINER_CMD) make $(MFLAGS) test
$(JB_BINARY):
go get -u github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb