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

Commit

Permalink
Updated agones to use helm charts version "1.31.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzlamateen committed May 25, 2023
1 parent 48159ae commit a4a5e59
Showing 1 changed file with 1 addition and 1 deletion.
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
helm install -f "$OPS_FOLDER/configs/agones-default-values.yaml" agones agones/agones --version "1.31.0"
sleep 20
fi

Expand Down

0 comments on commit a4a5e59

Please sign in to comment.