Skip to content

Commit

Permalink
chore: update k3s test versions, default to 1.30.4 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnagel authored Sep 17, 2024
1 parent 9299bc5 commit 1aa5cb3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
image: ["rancher/k3s"]
version: ["v1.28.11-k3s2", "v1.29.6-k3s2", "v1.30.2-k3s2"]
version: ["v1.29.8-k3s1", "v1.30.4-k3s1", "v1.31.0-k3s1"]

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ["v1.28.11-k3s2", "v1.29.6-k3s2", "v1.30.2-k3s2"]
version: ["v1.2.3-k3s1"] # Placeholder

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG K3S_TAG="v1.29.6-k3s2"
ARG K3S_TAG="v1.2.3-k3s1" # Placeholder

FROM rancher/k3s:$K3S_TAG as k3s

Expand Down
2 changes: 1 addition & 1 deletion tasks.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variables:
- name: VERSION
default: "v1.29.6-k3s2"
default: "v1.30.4-k3s1"
- name: IMAGE_NAME
default: "rancher/k3s"
- name: K3D_EXTRA_ARGS
Expand Down
2 changes: 1 addition & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ variables:

- name: K3D_IMAGE
description: "K3d image to use"
default: "rancher/k3s:v1.29.6-k3s2"
default: "rancher/k3s:v1.30.4-k3s1"

- name: K3D_EXTRA_ARGS
description: "Optionally pass k3d arguments to the default"
Expand Down

0 comments on commit 1aa5cb3

Please sign in to comment.