Skip to content

Commit c705c8b

Browse files
authored
[ci] Update K8s version in test workflow (#2918)
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 1316d5f commit c705c8b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/helm-chart-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
os: ubuntu-22.04
9090
check-records-output: true
9191
test-strategy: job_https
92-
- k8s-version: 'v1.30.13'
92+
- k8s-version: 'v1.30.14'
9393
cluster: 'minikube'
9494
helm-version: 'v3.15.4'
9595
docker-version: '27.5.1'
@@ -99,7 +99,7 @@ jobs:
9999
os: ubuntu-22.04
100100
check-records-output: true
101101
test-strategy: job_hostname
102-
- k8s-version: 'v1.31.9'
102+
- k8s-version: 'v1.31.11'
103103
cluster: 'minikube'
104104
helm-version: 'v3.16.4'
105105
docker-version: '27.4.1'
@@ -109,19 +109,19 @@ jobs:
109109
os: ubuntu-22.04
110110
check-records-output: true
111111
test-strategy: deployment_https
112-
- k8s-version: 'v1.32.5'
112+
- k8s-version: 'v1.32.7'
113113
cluster: 'minikube'
114-
helm-version: 'v3.17.3'
114+
helm-version: 'v3.17.4'
115115
docker-version: '26.1.4'
116116
python-version: '3.10'
117117
test-upgrade: true
118118
service-mesh: false
119119
os: ubuntu-22.04
120120
check-records-output: true
121121
test-strategy: playwright_connect_grid
122-
- k8s-version: 'v1.33.1'
122+
- k8s-version: 'v1.33.3'
123123
cluster: 'minikube'
124-
helm-version: 'v3.18.0'
124+
helm-version: 'v3.18.4'
125125
docker-version: '26.1.4'
126126
python-version: '3.10'
127127
test-upgrade: true

.github/workflows/k8s-scaling-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,23 +92,23 @@ jobs:
9292
python-version: '3.11'
9393
os: ubuntu-22.04
9494
test-strategy: test_k8s_autoscaling_job_count_strategy_default
95-
- k8s-version: 'v1.30.13'
95+
- k8s-version: 'v1.30.14'
9696
cluster: 'minikube'
9797
helm-version: 'v3.15.4'
9898
docker-version: '27.5.1'
9999
python-version: '3.12'
100100
os: ubuntu-22.04
101101
test-strategy: test_k8s_autoscaling_deployment_count_in_chaos
102-
- k8s-version: 'v1.31.9'
102+
- k8s-version: 'v1.31.11'
103103
cluster: 'minikube'
104104
helm-version: 'v3.16.4'
105105
docker-version: '27.4.1'
106106
python-version: '3.13'
107107
os: ubuntu-22.04
108108
test-strategy: test_k8s_autoscaling_deployment_count_with_node_max_sessions
109-
- k8s-version: 'v1.32.5'
109+
- k8s-version: 'v1.32.7'
110110
cluster: 'minikube'
111-
helm-version: 'v3.17.3'
111+
helm-version: 'v3.17.4'
112112
docker-version: '26.1.4'
113113
python-version: '3.10'
114114
os: ubuntu-22.04

0 commit comments

Comments
 (0)