We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2aac57 commit 6e36374Copy full SHA for 6e36374
hack/membership/join.sh
@@ -60,7 +60,7 @@ then
60
fi
61
62
REGISTRY="${REGISTRY:-mcr.microsoft.com/aks/fleet}"
63
-FLEET_VERSION="${FLEET_VERSION:-v0.11.3}"
+FLEET_VERSION="${FLEET_VERSION:-$(curl "https://api.github.com/repos/Azure/fleet/tags" | jq -r '.[0].name')}"
64
MEMBER_AGENT_IMAGE="${MEMBER_AGENT_NAME:-member-agent}"
65
REFRESH_TOKEN_IMAGE="${REFRESH_TOKEN_NAME:-refresh-token}"
66
0 commit comments