Skip to content

Commit 64938db

Browse files
committed
upgrade
Signed-off-by: wind57 <[email protected]>
1 parent 37ca22c commit 64938db

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

spring-cloud-kubernetes-test-support/src/main/java/org/springframework/cloud/kubernetes/integration/tests/commons/FixedPortsK3sContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ final class FixedPortsK3sContainer extends K3sContainer {
4242
/**
4343
* Rancher version to use for test-containers.
4444
*/
45-
private static final String RANCHER_VERSION = "rancher/k3s:v1.28.8-k3s1";
45+
private static final String RANCHER_VERSION = "rancher/k3s:v1.34.1-k3s1";
4646

4747
/**
4848
* Command to use when starting rancher. Without "server" option, traefik is not
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
busybox:1.36.1
2-
istio/istioctl:1.21.6
3-
istio/proxyv2:1.21.6
4-
istio/pilot:1.21.6
5-
confluentinc/confluent-local:7.9.0
6-
rabbitmq:3-management
7-
wiremock/wiremock:3.4.2
1+
busybox:1.37.0
2+
istio/istioctl:1.27.3
3+
istio/proxyv2:1.27.3
4+
istio/pilot:1.27.3
5+
confluentinc/confluent-local:8.1.0
6+
rabbitmq:4.1.4-management
7+
wiremock/wiremock:3.13.1

0 commit comments

Comments
 (0)