Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit 9bd69e9

Browse files
authored
Merge pull request #64 from projectsyn/template-sync
Update from component template
2 parents 49bbd05 + 720ff3e commit 9bd69e9

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.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)