Skip to content

Commit 30c5030

Browse files
committed
[DNM] github: add kubernetes version 1.29.2
Signed-off-by: Christian Berendt <[email protected]>
1 parent 8f0bfd9 commit 30c5030

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/yake-install.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
version:
14-
- v1.26.14
15-
- v1.27.11
16-
- v1.28.7
14+
- v1.29.2
1715
runs-on: self-hosted
1816
timeout-minutes: 60
1917
name: "Yake install testrun"

configuration/configuration/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name: configuration
33
description: A Helm chart for the yake configuration files
44

55
type: application
6-
kubeVersion: ">= 1.24.0 < 1.29.0"
6+
kubeVersion: ">= 1.24.0 < 1.30.0"
77
version: 0.0.1

0 commit comments

Comments
 (0)