diff --git a/.cruft.json b/.cruft.json index df541f2..b9cd71f 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/projectsyn/commodore-component-template.git", - "commit": "98d16f99766e6c6d97322dbe42e058f0e2bf73d0", + "commit": "de1ad5aa829f6a478ba4d245c080056f9305e17e", "checkout": "main", "context": { "cookiecutter": { @@ -24,7 +24,8 @@ "github_owner": "projectsyn", "github_name": "component-cloudscale-cloud-controller-manager", "github_url": "https://github.com/projectsyn/component-cloudscale-cloud-controller-manager", - "_template": "https://github.com/projectsyn/commodore-component-template.git" + "_template": "https://github.com/projectsyn/commodore-component-template.git", + "_commit": "de1ad5aa829f6a478ba4d245c080056f9305e17e" } }, "directory": null diff --git a/Makefile.vars.mk b/Makefile.vars.mk index d3ff25c..bf504ff 100644 --- a/Makefile.vars.mk +++ b/Makefile.vars.mk @@ -26,7 +26,7 @@ DOCKER_ARGS ?= run --rm -u "$$(id -u):$$(id -g)" --userns=$(DOCKER_USERNS) -w /$ JSONNET_FILES ?= $(shell find . -type f -not -path './vendor/*' \( -name '*.*jsonnet' -or -name '*.libsonnet' \)) JSONNETFMT_ARGS ?= --in-place --pad-arrays -JSONNET_IMAGE ?= docker.io/bitnami/jsonnet:latest +JSONNET_IMAGE ?= ghcr.io/projectsyn/jsonnet:latest JSONNET_DOCKER ?= $(DOCKER_CMD) $(DOCKER_ARGS) $(root_volume) --entrypoint=jsonnetfmt $(JSONNET_IMAGE) YAMLLINT_ARGS ?= --no-warnings