Skip to content

Commit

Permalink
Bump integration test image version to v1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoordsij committed May 5, 2024
1 parent ad4429e commit ada644c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/resources/compose/k8s.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.8"
services:
server:
image: rancher/k3s:v1.20.15-k3s1
image: rancher/k3s:v1.21.14-k3s1
privileged: true
command:
- server
Expand All @@ -26,7 +26,7 @@ services:
- ./fixtures/k8s:/var/lib/rancher/k3s/server/manifests

node:
image: rancher/k3s:v1.20.15-k3s1
image: rancher/k3s:v1.21.14-k3s1
privileged: true
environment:
K3S_TOKEN: somethingtotallyrandom
Expand Down

0 comments on commit ada644c

Please sign in to comment.