Skip to content

Commit

Permalink
Fixed issue of memcache in microk8s agones. (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzlamateen committed Dec 1, 2023
1 parent 9bbf010 commit 35c7db7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/scripts/check-agones-redis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if helm status agones >/dev/null; then
else
echo "agones is not deployed"

helm install -f "$OPS_FOLDER/configs/agones-default-values.yaml" agones agones/agones --version "1.35.0"
helm install -f "$OPS_FOLDER/configs/agones-default-values.yaml" agones agones/agones --version "1.36.0"
sleep 20
fi

Expand Down
2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "etherealengine-control-center",
"version": "0.4.4",
"version": "0.4.5",
"description": "A desktop app for managing Ethereal Engine cluster.",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 35c7db7

Please sign in to comment.