1
0
Fork 0

Upgrade k3s version k8s integration tests

This commit is contained in:
Michael 2025-11-24 12:56:04 +01:00 committed by GitHub
parent ae86cb7d11
commit 9638c0b8b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 7 additions and 5 deletions

View file

@ -1,5 +1,5 @@
server:
image: rancher/k3s:v1.17.2-k3s1
image: rancher/k3s:v1.34.2-k3s1
command: server --disable-agent --no-deploy traefik
environment:
- K3S_CLUSTER_SECRET=somethingtotallyrandom
@ -17,7 +17,7 @@ server:
- 6443:6443
node:
image: rancher/k3s:v1.17.2-k3s1
image: rancher/k3s:v1.34.2-k3s1
privileged: true
links:
- server