Skip to content

Commit 9b15cb0

Browse files
authored
Merge pull request #6 from projectsyn/template-sync
Update from component template
2 parents f68c75f + 8711d2c commit 9b15cb0

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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": "84a7c63ca26492da555344c23ccddac302ba0bb2",
44
"checkout": "main",
55
"context": {
66
"cookiecutter": {
@@ -25,7 +25,7 @@
2525
"github_name": "component-exoscale-cloud-controller-manager",
2626
"github_url": "https://github.com/projectsyn/component-exoscale-cloud-controller-manager",
2727
"_template": "https://github.com/projectsyn/commodore-component-template.git",
28-
"_commit": "98d16f99766e6c6d97322dbe42e058f0e2bf73d0"
28+
"_commit": "84a7c63ca26492da555344c23ccddac302ba0bb2"
2929
}
3030
},
3131
"directory": null

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
with:
1414
fetch-depth: "0"
1515
- name: Build changelog from PRs with labels

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
- lint_yaml
1818
- lint_adoc
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- name: Run ${{ matrix.command }}
2222
run: make ${{ matrix.command }}
2323
editorconfig:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
- uses: snow-actions/[email protected]
2828
with:
2929
args: 'check'
@@ -38,7 +38,7 @@ jobs:
3838
run:
3939
working-directory: ${{ env.COMPONENT_NAME }}
4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v5
4242
with:
4343
path: ${{ env.COMPONENT_NAME }}
4444
- name: Compile component
@@ -54,7 +54,7 @@ jobs:
5454
run:
5555
working-directory: ${{ env.COMPONENT_NAME }}
5656
steps:
57-
- uses: actions/checkout@v4
57+
- uses: actions/checkout@v5
5858
with:
5959
path: ${{ env.COMPONENT_NAME }}
6060
- name: Golden diff

Makefile.vars.mk

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

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

3232
YAMLLINT_ARGS ?= --no-warnings

0 commit comments

Comments
 (0)