Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Update check-agones-redis.sh for v1.35.0 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-aesthisia authored Nov 16, 2023
1 parent 8542034 commit 9bbf010
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.33.0"
helm install -f "$OPS_FOLDER/configs/agones-default-values.yaml" agones agones/agones --version "1.35.0"
sleep 20
fi

Expand All @@ -34,4 +34,4 @@ else
fi

REDIS_STATUS=$(helm status local-redis)
echo "redis status is $REDIS_STATUS"
echo "redis status is $REDIS_STATUS"
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.3",
"version": "0.4.4",
"description": "A desktop app for managing Ethereal Engine cluster.",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 9bbf010

Please sign in to comment.