Skip to content

Commit

Permalink
chore(minikube): adjust k8s version to 1.26.5 (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
deer-wmde authored Jul 10, 2023
1 parent 4d3e943 commit 1e34efb
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.25.8
minikube --profile minikube-wbaas start --kubernetes-version=1.26.5

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

0 comments on commit 1e34efb

Please sign in to comment.