Skip to content

Commit 61fd874

Browse files
committed
ci: bump KinD to version 0.24.0
1 parent 0930097 commit 61fd874

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pr-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
pull-requests: read
1212

1313
env:
14-
VERSION_KIND: v0.23.0
14+
VERSION_KIND: v0.24.0
1515
VERSION_GOLANGCILINT: latest
1616
VERSION_GOLANG: '1.22.5'
1717

.github/workflows/pr-packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- deploy/charts/**
77

88
env:
9-
VERSION_KIND: v0.23.0
9+
VERSION_KIND: v0.24.0
1010

1111
jobs:
1212
chart-testing:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
env:
1111
COMMIT_NAME: Monkeynator
1212
COMMIT_EMAIL: monkeynator@enix.io
13-
VERSION_KIND: v0.23.0
13+
VERSION_KIND: v0.24.0
1414
VERSION_GOLANGCILINT: latest
1515
VERSION_GOLANG: '1.22.5'
1616
VERSION_CHARTRELEASER: '1.6.0'

0 commit comments

Comments
 (0)