Skip to content

Commit

Permalink
Pin k3s version instead of relying on a rolling release
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Dec 24, 2022
1 parent 60eb1f7 commit 4200584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
matrix:
k3s-channel:
# Available channels: https://github.com/k3s-io/k3s/blob/HEAD/channel.yaml
- latest
- v1.25
test:
- main
- auth
Expand All @@ -64,7 +64,7 @@ jobs:
- k3s-channel: v1.20
helm-version: v3.5.0
test: helm
- k3s-channel: latest
- k3s-channel: v1.25
test: helm
test-variation: upgrade
# upgrade-from represents a release channel, see: https://jupyterhub.github.io/helm-chart/info.json
Expand Down

0 comments on commit 4200584

Please sign in to comment.