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:
Paweł Krupa
2021-08-02 13:18:36 +02:00
committed by GitHub

View File

@@ -36,6 +36,10 @@ vendor: $(JB_BIN) jsonnetfile.json jsonnetfile.lock.json
crdschemas: vendor
./scripts/generate-schemas.sh
.PHONY: update
update: $(JB_BIN)
$(JB_BIN) update
.PHONY: validate
validate: crdschemas manifests $(KUBECONFORM_BIN)
# Follow-up on https://github.com/instrumenta/kubernetes-json-schema/issues/26 if validations start failing