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
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-aesthisia authored Nov 16, 2023
1 parent 8542034 commit 5dee56f
Showing 1 changed file with 2 additions and 2 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"

0 comments on commit 5dee56f

Please sign in to comment.