Skip to content

Commit

Permalink
k0s 1.28 support for previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Oct 3, 2024
1 parent 91bd50e commit a300fa3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ADMIN_CONSOLE_MIGRATIONS_IMAGE_OVERRIDE =
ADMIN_CONSOLE_KURL_PROXY_IMAGE_OVERRIDE =
K0S_VERSION = v1.28.14+k0s.0-ec.0
K0S_GO_VERSION = v1.28.14+k0s.0
PREVIOUS_K0S_VERSION ?= v1.28.11+k0s.0
PREVIOUS_K0S_VERSION ?= v1.28.11+k0s.0-ec.0
K0S_BINARY_SOURCE_OVERRIDE =
TROUBLESHOOT_VERSION = v0.105.0
KOTS_VERSION = v$(shell awk '/^version/{print $$2}' pkg/addons/adminconsole/static/metadata.yaml | sed -E 's/([0-9]+\.[0-9]+\.[0-9]+).*/\1/')
Expand All @@ -31,6 +31,8 @@ ifeq ($(K0S_VERSION),v1.29.9+k0s.0-ec.0)
K0S_BINARY_SOURCE_OVERRIDE = https://embedded-cluster-assets.s3.amazonaws.com/k0s-v1.29.9%2Bk0s.0-ec.0-amd64
else ifeq ($(K0S_VERSION),v1.28.14+k0s.0-ec.0)
K0S_BINARY_SOURCE_OVERRIDE = https://embedded-cluster-assets.s3.amazonaws.com/k0s-v1.28.14%2Bk0s.0-ec.0-amd64
else ifeq ($(K0S_VERSION),v1.28.11+k0s.0-ec.0)
K0S_BINARY_SOURCE_OVERRIDE = https://embedded-cluster-assets.s3.amazonaws.com/k0s-v1.28.11%2Bk0s.0-ec.0-amd64
endif
endif

Expand Down

0 comments on commit a300fa3

Please sign in to comment.