Skip to content

Commit b758571

Browse files
authored
ci: bump k8s matrix (#3267)
Signed-off-by: Sertac Ozercan <[email protected]>
1 parent 9ecdd9e commit b758571

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/upgrade.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
runs-on: ubuntu-22.04
2222
timeout-minutes: 15
2323
strategy:
24+
fail-fast: false
2425
matrix:
25-
HELM_VERSION: ["3.7.2"]
26+
HELM_VERSION: ["3.14.1"]
2627
steps:
2728
- name: Harden Runner
2829
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1

.github/workflows/workflow.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,9 @@ jobs:
140140
runs-on: ubuntu-22.04
141141
timeout-minutes: 15
142142
strategy:
143+
fail-fast: false
143144
matrix:
144-
KUBERNETES_VERSION: ["1.25.8", "1.26.3", "1.27.1", "1.28.0"]
145+
KUBERNETES_VERSION: ["1.26.3", "1.27.1", "1.28.0", "1.29.0"]
145146
steps:
146147
- name: Harden Runner
147148
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
@@ -198,8 +199,9 @@ jobs:
198199
runs-on: ubuntu-22.04
199200
timeout-minutes: 15
200201
strategy:
202+
fail-fast: false
201203
matrix:
202-
HELM_VERSION: ["3.7.2"]
204+
HELM_VERSION: ["3.14.1"]
203205
GATEKEEPER_NAMESPACE: ["gatekeeper-system", "custom-namespace"]
204206
steps:
205207
- name: Harden Runner

test/bats/tests/mutations/mutate_svc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ spec:
1010
protocol: TCP
1111
port: 80
1212
targetPort: 8080
13+
type: NodePort
1314
externalIPs:
1415
- 1.1.1.1

0 commit comments

Comments
 (0)