Skip to content

Commit 54e0e8e

Browse files
authored
Merge pull request #54 from projectsyn/template-sync
Update from component template
2 parents 99d1aae + 5935347 commit 54e0e8e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-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": "0f8aa8baef803c2f09d710c717f26f7eff145407",
3+
"commit": "5b2799d8242f1c59beaa9502599ca88f9e006db4",
44
"checkout": "main",
55
"context": {
66
"cookiecutter": {

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33

44
## Checklist
55

6+
- [ ] The PR has a meaningful title. It will be used to auto generate the
7+
changelog.
8+
The PR has a meaningful description that sums up the change. It will be
9+
linked in the changelog.
610
- [ ] PR contains a single logical change (to build a better changelog).
711
- [ ] Update the documentation.
8-
- [ ] Categorize the PR by setting a good title and adding one of the labels:
12+
- [ ] Categorize the PR by adding one of the labels:
913
`bug`, `enhancement`, `documentation`, `change`, `breaking`, `dependency`
1014
as they show up in the changelog.
1115
- [ ] Link this PR to related issues or PRs.

Makefile.vars.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ JB_CMD ?= $(DOCKER_CMD) $(DOCKER_ARGS) --entrypoint /usr/local/bin/jb do
5252
GOLDEN_FILES ?= $(shell find tests/golden/$(instance) -type f)
5353

5454
KUBENT_FILES ?= $(shell echo "$(GOLDEN_FILES)" | sed 's/ /,/g')
55-
KUBENT_ARGS ?= -c=false --helm2=false --helm3=false -e
55+
KUBENT_ARGS ?= -c=false --helm3=false -e
5656
KUBENT_IMAGE ?= ghcr.io/doitintl/kube-no-trouble:latest
5757
KUBENT_DOCKER ?= $(DOCKER_CMD) $(DOCKER_ARGS) $(root_volume) --entrypoint=/app/kubent $(KUBENT_IMAGE)
5858

0 commit comments

Comments
 (0)