integration: use specific version of k3s (#3475)

This commit is contained in:
Caleb Doxsey 2022-07-12 13:37:59 -06:00 committed by GitHub
parent 2dd12ce9c3
commit 302299d202
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 32 additions and 30 deletions

View file

@ -22,7 +22,7 @@ services:
environment:
K3S_TOKEN: TOKEN
K3S_URL: https://k3s-server:6443
image: rancher/k3s:${K3S_TAG:-latest}
image: rancher/k3s:${K3S_TAG:-v1.21.14-k3s1}
networks:
main:
aliases:
@ -999,7 +999,7 @@ services:
END_OF_MANIFEST
kubectl apply -f /tmp/manifest.json
sleep 30
image: rancher/k3s:${K3S_TAG:-latest}
image: rancher/k3s:${K3S_TAG:-v1.21.14-k3s1}
networks:
main:
aliases:
@ -1052,7 +1052,7 @@ services:
- CMD
- kubectl
- cluster-info
image: rancher/k3s:${K3S_TAG:-latest}
image: rancher/k3s:${K3S_TAG:-v1.21.14-k3s1}
networks:
main:
aliases: