Skip to content

Commit 353d101

Browse files
authored
feat: upgrading kubernetes to v1.32.4 (#42)
Signed-off-by: Steve Wade <steven@stevenwade.co.uk>
1 parent 943a191 commit 353d101

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/image.yml

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

88
env:
9-
KUBERNETES_VERSION: 1.32.3
9+
KUBERNETES_VERSION: 1.32.4
1010

1111
jobs:
1212
build-and-push:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55

66
env:
7-
KUBERNETES_VERSION: 1.32.3
7+
KUBERNETES_VERSION: 1.32.4
88

99
jobs:
1010
build:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PROJNAME := kubernetes-toolkit
2-
KUBERNETES_VERSION := 1.32.3
2+
KUBERNETES_VERSION := 1.32.4
33
GOOS ?= $(if $(TARGETOS),$(TARGETOS),linux)
44
GOARCH ?= $(if $(TARGETARCH),$(TARGETARCH),amd64)
55
BUILDPLATFORM ?= $(GOOS)/$(GOARCH)

0 commit comments

Comments
 (0)