Skip to content

Commit

Permalink
chore(minikube): increase k8s version to 1.28.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrow committed Jul 4, 2024
1 parent 775f8f8 commit b5d0b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ help:
.PHONY: minikube-start
minikube-start: # @HELP Start a local k8s cluster using minikube
minikube-start:
minikube --profile minikube-wbaas start --kubernetes-version=1.26.5
minikube --profile minikube-wbaas start --kubernetes-version=1.28.9

.PHONY: minikube-stop
minikube-stop: # @HELP Stop the local minikube cluster
Expand Down

0 comments on commit b5d0b88

Please sign in to comment.