diff --git a/.github/gitops-action/action.yml b/.github/gitops-action/action.yml index c0ba431b..3fdcc1bd 100644 --- a/.github/gitops-action/action.yml +++ b/.github/gitops-action/action.yml @@ -21,7 +21,7 @@ runs: run: | FLEET_URL="${FLEET_URL%/}" FLEET_VERSION="$(curl "$FLEET_URL/api/v1/fleet/version" --header "Authorization: Bearer $FLEET_API_TOKEN" --fail --silent | jq --raw-output '.version')" - DEFAULT_FLEETCTL_VERSION="4.80.2" + DEFAULT_FLEETCTL_VERSION="4.81.0" # Decide which fleetctl version to install: # If the server returns a clean version (e.g. 4.74.0), use that.