Merge pull request #1294 from dgrisonnet/1245-release-0.8
release-0.8: *: add "update" target to makefile and use it in automatic updater
This commit is contained in:
4
Makefile
4
Makefile
@@ -36,6 +36,10 @@ vendor: $(JB_BIN) jsonnetfile.json jsonnetfile.lock.json
|
|||||||
crdschemas: vendor
|
crdschemas: vendor
|
||||||
./scripts/generate-schemas.sh
|
./scripts/generate-schemas.sh
|
||||||
|
|
||||||
|
.PHONY: update
|
||||||
|
update: $(JB_BIN)
|
||||||
|
$(JB_BIN) update
|
||||||
|
|
||||||
.PHONY: validate
|
.PHONY: validate
|
||||||
validate: crdschemas manifests $(KUBECONFORM_BIN)
|
validate: crdschemas manifests $(KUBECONFORM_BIN)
|
||||||
# Follow-up on https://github.com/instrumenta/kubernetes-json-schema/issues/26 if validations start failing
|
# Follow-up on https://github.com/instrumenta/kubernetes-json-schema/issues/26 if validations start failing
|
||||||
|
|||||||
Reference in New Issue
Block a user