File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"template" : " https://github.com/projectsyn/commodore-component-template.git" ,
3
- "commit" : " a700b9ffffa95d9a9f2ab7e9101d4fe8887a0343 " ,
3
+ "commit" : " 9c4489fbf801cbef5e08d26912964eb600df88ba " ,
4
4
"checkout" : " main" ,
5
5
"context" : {
6
6
"cookiecutter" : {
Original file line number Diff line number Diff line change @@ -53,8 +53,7 @@ GOLDEN_FILES ?= $(shell find tests/golden/$(instance) -type f)
53
53
54
54
KUBENT_FILES ?= $(shell echo "$(GOLDEN_FILES ) " | sed 's/ /,/g')
55
55
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
58
57
KUBENT_DOCKER ?= $(DOCKER_CMD ) $(DOCKER_ARGS ) $(root_volume ) --entrypoint=/app/kubent $(KUBENT_IMAGE )
59
58
60
59
instance ?= defaults
You can’t perform that action at this time.
0 commit comments