Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ final class FixedPortsK3sContainer extends K3sContainer {
/**
* Rancher version to use for test-containers.
*/
private static final String RANCHER_VERSION = "rancher/k3s:v1.28.8-k3s1";
private static final String RANCHER_VERSION = "rancher/k3s:v1.34.1-k3s1";

/**
* Command to use when starting rancher. Without "server" option, traefik is not
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
busybox:1.36.1
istio/istioctl:1.21.6
istio/proxyv2:1.21.6
istio/pilot:1.21.6
confluentinc/confluent-local:7.9.0
rabbitmq:3-management
wiremock/wiremock:3.4.2
busybox:1.37.0
istio/istioctl:1.27.3
istio/proxyv2:1.27.3
istio/pilot:1.27.3
confluentinc/confluent-local:8.1.0
rabbitmq:4.1.4-management
wiremock/wiremock:3.13.1
Loading