Skip to content

Commit

Permalink
chore: bump k3d_version to 1.28 (#94)
Browse files Browse the repository at this point in the history
* bump k3d_version to 1.28

* use 1.28.7
  • Loading branch information
k15r authored Mar 6, 2024
1 parent 5689245 commit b90ef4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/ci/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
KYMA_CLI ?= "/home/runner/work/eventing-publisher-proxy/eventing-publisher-proxy/eventing-manager/bin/kyma-unstable"
CLUSTER_NAME ?= kyma
REGISTRY_PORT ?= 5001
K3D_VERSION ?= 1.28.7

.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} --name ${CLUSTER_NAME} -k ${K3D_VERSION} --ci

0 comments on commit b90ef4d

Please sign in to comment.