Skip to content

Commit 7e867b5

Browse files
authored
Update from template (#80)
Template version: main (de1ad5a) Co-authored-by: bastjan <bastjan@users.noreply.github.com>
2 parents dabf4f5 + 5c7254c commit 7e867b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/projectsyn/commodore-component-template.git",
3-
"commit": "98d16f99766e6c6d97322dbe42e058f0e2bf73d0",
3+
"commit": "de1ad5aa829f6a478ba4d245c080056f9305e17e",
44
"checkout": "main",
55
"context": {
66
"cookiecutter": {
@@ -25,7 +25,7 @@
2525
"github_name": "component-openshift4-console",
2626
"github_url": "https://github.com/appuio/component-openshift4-console",
2727
"_template": "https://github.com/projectsyn/commodore-component-template.git",
28-
"_commit": "98d16f99766e6c6d97322dbe42e058f0e2bf73d0"
28+
"_commit": "de1ad5aa829f6a478ba4d245c080056f9305e17e"
2929
}
3030
},
3131
"directory": null

Makefile.vars.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ DOCKER_ARGS ?= run --rm -u "$$(id -u):$$(id -g)" --userns=$(DOCKER_USERNS) -w /$
3232

3333
JSONNET_FILES ?= $(shell find . -type f -not -path './vendor/*' \( -name '*.*jsonnet' -or -name '*.libsonnet' \))
3434
JSONNETFMT_ARGS ?= --in-place --pad-arrays
35-
JSONNET_IMAGE ?= docker.io/bitnami/jsonnet:latest
35+
JSONNET_IMAGE ?= ghcr.io/projectsyn/jsonnet:latest
3636
JSONNET_DOCKER ?= $(DOCKER_CMD) $(DOCKER_ARGS) $(root_volume) --entrypoint=jsonnetfmt $(JSONNET_IMAGE)
3737

3838
YAMLLINT_ARGS ?= --no-warnings

0 commit comments

Comments
 (0)