Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtman2k committed Dec 31, 2021
1 parent 610944c commit ae58e7d
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
@@ -1,9 +1,9 @@
KIND = $(shell pwd)/bin/kind
kind:
$(call go-get-tool,$(KIND),sigs.k8s.io/[email protected].0)
$(call go-get-tool,$(KIND),sigs.k8s.io/[email protected].1)

start-dev: kind
kind create cluster --config ./ha-cluster.yaml --image kindest/node:v1.21.1
kind create cluster --config ./ha-cluster.yaml --image kindest/node:v1.23.0

apply-scoretrak:
helm dep update ./charts/scoretrak
Expand Down

0 comments on commit ae58e7d

Please sign in to comment.