Skip to content

Commit

Permalink
chore: update k3d version to 1.28 (#346)
Browse files Browse the repository at this point in the history
* update k3d to default to version 1.28

* use 1.28.7

* use latest version of k3d tools
  • Loading branch information
k15r authored Mar 6, 2024
1 parent 787e620 commit 62d1614
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hack/ci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PROJECT_ROOT ?= ../..
KYMA_CLI ?= "${PROJECT_ROOT}/${KYMA}"
CLUSTER_NAME ?= kyma
REGISTRY_PORT ?= 5001
K3D_VERSION ?= 1.28.7

ifndef MODULE_VERSION
include ${PROJECT_ROOT}/.version
Expand All @@ -21,8 +22,8 @@ install-latest-nats-manager-release: ## Install nats-manager only.

.PHONY: create-k3d
create-k3d: ## Create k3d with kyma CRDs.
"${KYMA_CLI}" provision k3d -p 8081:80@loadbalancer -p 8443:443@loadbalancer --registry-port ${REGISTRY_PORT} --name ${CLUSTER_NAME} --ci
"${KYMA_CLI}" provision k3d -p 8081:80@loadbalancer -p 8443:443@loadbalancer --registry-port ${REGISTRY_PORT} -k ${K3D_VERSION} --name ${CLUSTER_NAME} --ci

.PHONY: install-k3d-tools
install-k3d-tools: ## Create k3d with kyma CRDs.
curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | TAG=${K3D_VERSION} bash
curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash

0 comments on commit 62d1614

Please sign in to comment.