Skip to content

Commit

Permalink
ci(k8s): add KUMA_DIR to calico download manifest logic (#11875)
Browse files Browse the repository at this point in the history
Make #11851 more flexible

Signed-off-by: Mike Beaumont <[email protected]>
  • Loading branch information
michaelbeaumont authored and kumahq[bot] committed Oct 28, 2024
1 parent e7c9b51 commit 35a7868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/k3d.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CI_K3S_VERSION ?= $(K8S_MIN_VERSION)
METALLB_VERSION ?= v0.13.9
K3D_VERSION ?= $(shell $(TOP)/mk/dependencies/k3d.sh - get-version)
K3D_VERSION ?= $(shell $(TOP)/$(KUMA_DIR)/mk/dependencies/k3d.sh - get-version)

KUMA_MODE ?= standalone
KUMA_NAMESPACE ?= kuma-system
Expand Down

0 comments on commit 35a7868

Please sign in to comment.