File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 22
33echo " Set ENV variables"
44CLUSTER=${CLUSTER:- " minikube" }
5- DOCKER_VERSION=${DOCKER_VERSION:- " " }
5+ DOCKER_VERSION=${DOCKER_VERSION:- " 26.1.4 " }
66HELM_VERSION=${HELM_VERSION:- " latest" }
77KUBERNETES_VERSION=${KUBERNETES_VERSION:- $(curl -L -s https:// dl.k8s.io/ release/ stable.txt)}
88
You can’t perform that action at this time.
0 commit comments