Skip to content

Commit ef4abb9

Browse files
committed
[ci] Update deps version for env setup
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent d607e5c commit ef4abb9

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
test-strategy: deployment_https
8989
cluster: 'minikube'
9090
helm-version: 'v3.16.4'
91-
docker-version: '27.4.1'
91+
docker-version: '26.1.4'
9292
python-version: '3.13'
9393
test-upgrade: true
9494
service-mesh: false

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,37 +65,37 @@ jobs:
6565
test-strategy: test_k8s_autoscaling_job_count_strategy_default_in_chaos
6666
cluster: 'minikube'
6767
helm-version: 'v3.16.4'
68-
docker-version: '27.4.1'
68+
docker-version: '26.1.4'
6969
python-version: '3.13'
7070
- k8s-version: 'v1.31.6'
7171
test-strategy: test_k8s_autoscaling_job_count_strategy_default_with_node_max_sessions
7272
cluster: 'minikube'
7373
helm-version: 'v3.16.4'
74-
docker-version: '27.4.1'
74+
docker-version: '26.1.4'
7575
python-version: '3.13'
7676
- k8s-version: 'v1.31.6'
7777
test-strategy: test_k8s_autoscaling_job_count_strategy_default
7878
cluster: 'minikube'
7979
helm-version: 'v3.16.4'
80-
docker-version: '27.4.1'
80+
docker-version: '26.1.4'
8181
python-version: '3.13'
8282
- k8s-version: 'v1.31.6'
8383
test-strategy: test_k8s_autoscaling_deployment_count_in_chaos
8484
cluster: 'minikube'
8585
helm-version: 'v3.16.4'
86-
docker-version: '27.4.1'
86+
docker-version: '26.1.4'
8787
python-version: '3.13'
8888
- k8s-version: 'v1.31.6'
8989
test-strategy: test_k8s_autoscaling_deployment_count_with_node_max_sessions
9090
cluster: 'minikube'
9191
helm-version: 'v3.16.4'
92-
docker-version: '27.4.1'
92+
docker-version: '26.1.4'
9393
python-version: '3.13'
9494
- k8s-version: 'v1.31.6'
9595
test-strategy: test_k8s_autoscaling_deployment_count
9696
cluster: 'minikube'
9797
helm-version: 'v3.16.4'
98-
docker-version: '27.4.1'
98+
docker-version: '26.1.4'
9999
python-version: '3.13'
100100
env:
101101
CLUSTER: ${{ matrix.cluster }}

tests/charts/make/chart_setup_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
echo "Set ENV variables"
44
CLUSTER=${CLUSTER:-"minikube"}
5-
DOCKER_VERSION=${DOCKER_VERSION:-""}
5+
DOCKER_VERSION=${DOCKER_VERSION:-"26.1.4"}
66
HELM_VERSION=${HELM_VERSION:-"latest"}
77
KUBERNETES_VERSION=${KUBERNETES_VERSION:-$(curl -L -s https://dl.k8s.io/release/stable.txt)}
88

0 commit comments

Comments
 (0)