Skip to content

Commit

Permalink
embed a custom build of k0s 1.28.4 (#212)
Browse files Browse the repository at this point in the history
* embed a custom build of k0s 1.28.4

* use - versions
  • Loading branch information
laverya authored Dec 8, 2023
1 parent 621b126 commit 08c5279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ OPENEBS_CHART_NAME = openebs/openebs
OPENEBS_CHART_VERSION = 3.9.0
KUBECTL_VERSION = v1.28.4
K0SCTL_VERSION = v0.16.0
K0S_VERSION = v1.28.4+k0s.0
K0S_BINARY_SOURCE_OVERRIDE =
K0S_VERSION = v1.28.4+k0s.0-ec.0
K0S_BINARY_SOURCE_OVERRIDE = "https://tf-embedded-cluster-binaries.s3.amazonaws.com/k0s-v1.28.4%2Bk0s.0-ec.0"
TROUBLESHOOT_VERSION = v0.78.1
LD_FLAGS = -X github.com/replicatedhq/embedded-cluster/pkg/defaults.K0sVersion=$(K0S_VERSION) \
-X github.com/replicatedhq/embedded-cluster/pkg/defaults.Version=$(VERSION) \
Expand Down

0 comments on commit 08c5279

Please sign in to comment.