Skip to content

Commit

Permalink
k3s: update version
Browse files Browse the repository at this point in the history
Signed-off-by: Abiola Ibrahim <[email protected]>
  • Loading branch information
abiosoft committed Oct 30, 2024
1 parent eab5c07 commit 9bb834c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedded/defaults/colima.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ kubernetes:
# Kubernetes version to use.
# This needs to exactly match a k3s version https://github.com/k3s-io/k3s/releases
# Default: latest stable release
version: v1.30.2+k3s1
version: v1.31.2+k3s1

# Additional args to pass to k3s https://docs.k3s.io/cli/server
# Default: traefik is disabled
Expand Down
2 changes: 1 addition & 1 deletion environment/container/kubernetes/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (

const (
Name = "kubernetes"
DefaultVersion = "v1.30.2+k3s1"
DefaultVersion = "v1.31.2+k3s1"

ConfigKey = "kubernetes_config"
)
Expand Down

0 comments on commit 9bb834c

Please sign in to comment.