Skip to content

Commit f980a87

Browse files
committed
Update from template
Template version: main (9c4489f)
1 parent 8f3b9ef commit f980a87

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
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": "a700b9ffffa95d9a9f2ab7e9101d4fe8887a0343",
3+
"commit": "9c4489fbf801cbef5e08d26912964eb600df88ba",
44
"checkout": "main",
55
"context": {
66
"cookiecutter": {

Makefile.vars.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ GOLDEN_FILES ?= $(shell find tests/golden/$(instance) -type f)
5353

5454
KUBENT_FILES ?= $(shell echo "$(GOLDEN_FILES)" | sed 's/ /,/g')
5555
KUBENT_ARGS ?= -c=false --helm2=false --helm3=false -e
56-
# Use our own kubent image until the upstream image is available
57-
KUBENT_IMAGE ?= docker.io/projectsyn/kubent:latest
56+
KUBENT_IMAGE ?= ghcr.io/doitintl/kube-no-trouble:latest
5857
KUBENT_DOCKER ?= $(DOCKER_CMD) $(DOCKER_ARGS) $(root_volume) --entrypoint=/app/kubent $(KUBENT_IMAGE)
5958

6059
instance ?= defaults

0 commit comments

Comments
 (0)