Skip to content

Commit 6e36374

Browse files
committed
remove irelevant edit
1 parent d2aac57 commit 6e36374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/membership/join.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ then
6060
fi
6161

6262
REGISTRY="${REGISTRY:-mcr.microsoft.com/aks/fleet}"
63-
FLEET_VERSION="${FLEET_VERSION:-v0.11.3}"
63+
FLEET_VERSION="${FLEET_VERSION:-$(curl "https://api.github.com/repos/Azure/fleet/tags" | jq -r '.[0].name')}"
6464
MEMBER_AGENT_IMAGE="${MEMBER_AGENT_NAME:-member-agent}"
6565
REFRESH_TOKEN_IMAGE="${REFRESH_TOKEN_NAME:-refresh-token}"
6666

0 commit comments

Comments
 (0)