Skip to content

Commit e148349

Browse files
abayerjenkins-x-bot
authored andcommitted
chore: Use 1.13.0 gitea release
Signed-off-by: Andrew Bayer <andrew.bayer@gmail.com>
1 parent 1b80848 commit e148349

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Make
2-
does not offer a recursive wildcard function, so here's one:
1+
# Make does not offer a recursive wildcard function, so here's one:
32
rwildcard=$(wildcard $1$2) $(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2))
43

54
PROJECT := github.com/jenkins-x/lighthouse

bdd/gitea/gitea.values.yaml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ gitea:
1414
DISABLE_REGISTRATION: true
1515

1616
image:
17-
version: linux-amd64
17+
version: 1.13.0

0 commit comments

Comments
 (0)