Upgrade k3s version k8s integration tests
This commit is contained in:
parent
ae86cb7d11
commit
9638c0b8b0
5 changed files with 7 additions and 5 deletions
|
|
@ -42,7 +42,7 @@ var (
|
|||
)
|
||||
|
||||
const (
|
||||
k3sImage = "docker.io/rancher/k3s:v1.32.9-k3s1"
|
||||
k3sImage = "docker.io/rancher/k3s:v1.34.2-k3s1"
|
||||
traefikImage = "traefik/traefik:latest"
|
||||
traefikDeployment = "deployments/traefik"
|
||||
traefikNamespace = "traefik"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
server:
|
||||
image: rancher/k3s:v1.21.14-k3s1
|
||||
image: rancher/k3s:v1.34.2-k3s1
|
||||
privileged: true
|
||||
command:
|
||||
- server
|
||||
|
|
@ -25,7 +25,7 @@ services:
|
|||
- ./fixtures/k8s:/var/lib/rancher/k3s/server/manifests
|
||||
|
||||
node:
|
||||
image: rancher/k3s:v1.21.14-k3s1
|
||||
image: rancher/k3s:v1.34.2-k3s1
|
||||
privileged: true
|
||||
environment:
|
||||
K3S_TOKEN: somethingtotallyrandom
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue