Skip to content

Commit

Permalink
Updated kubernetes version to 1.24 (googleforgames#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
kemurayama authored Aug 21, 2023
1 parent cb8b39f commit 43c6e6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: medyagh/setup-minikube@master
id: space-agon
with:
kubernetes-version: v1.23.17
kubernetes-version: v1.24.16
cpus: 2
memory: 4096m
- name: Install helm
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ make openmatch-install
# Start minikube
# ref: https://minikube.sigs.k8s.io/docs/commands/start/
# Or you can other dirvers
minikube start --cpus="2" --memory="4096" --kubernetes-version=v1.23.17 --driver=hyperkit
minikube start --cpus="2" --memory="4096" --kubernetes-version=v1.24.16 --driver=hyperkit

# Add Helm Repositories
make helm-repo-add
Expand Down

0 comments on commit 43c6e6a

Please # to comment.