Skip to content

Commit

Permalink
fix: update default k3s version in makefile (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnolong authored Jul 16, 2024
1 parent 5849e09 commit c821fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ goimports: goimportstool ## Run goimports against code.


##@ CLI
K3S_VERSION ?= v1.23.8+k3s1
K3S_VERSION ?= v1.30.2+k3s2
K3D_VERSION ?= 5.4.4
K3S_IMG_TAG ?= $(subst +,-,$(K3S_VERSION))
FETCH_ADDON_ENABLED ?= true
Expand Down

0 comments on commit c821fac

Please sign in to comment.