Skip to content

Commit

Permalink
k3s version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcwhorter-ddl committed Jul 26, 2024
1 parent b0c33fd commit 4c28c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- run:
name: Install and Launch Kubernetes
command: |
curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION=v1.28.12+k3s1 sh -x -
curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION=v1.28.11+k3s2 sh -x -
sleep 10
kubectl wait --for=condition=Available --timeout=60s deployments --all -n kube-system
- run:
Expand Down

0 comments on commit 4c28c61

Please sign in to comment.