Skip to content

Commit

Permalink
K3s lower-version 1.20.15
Browse files Browse the repository at this point in the history
  • Loading branch information
tgeens committed Oct 24, 2023
1 parent 20a8eda commit 1103a73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void shouldStartAndHaveListableNode() throws IOException, ApiException {

@Test
public void shouldStartAndHaveListableNodeUsingLowerVersion() throws IOException, ApiException {
runK3s(DockerImageName.parse("rancher/k3s:v1.17.17-k3s1"));
runK3s(DockerImageName.parse("rancher/k3s:v1.20.15-k3s1"));
}

private void runK3s(DockerImageName k3sDockerImage) throws IOException, ApiException {
Expand Down

0 comments on commit 1103a73

Please sign in to comment.