diff --git a/.github/gitops-action-fleets/action.yml b/.github/gitops-action-fleets/action.yml index e29445a..0491317 100644 --- a/.github/gitops-action-fleets/action.yml +++ b/.github/gitops-action-fleets/action.yml @@ -32,7 +32,7 @@ runs: fi FLEET_VERSION="$(curl "$FLEET_URL/api/v1/fleet/version" --header "Authorization: Bearer $FLEET_API_TOKEN" "${CURL_HEADER_ARGS[@]}" --fail --silent | jq --raw-output '.version')" - DEFAULT_FLEETCTL_VERSION="4.87.1" + DEFAULT_FLEETCTL_VERSION="4.88.0" # Decide which fleetctl version to install: # If the server returns a clean version (e.g. 4.74.0), use that. diff --git a/.github/gitops-action/action.yml b/.github/gitops-action/action.yml index 292c275..8d9f4bb 100644 --- a/.github/gitops-action/action.yml +++ b/.github/gitops-action/action.yml @@ -32,7 +32,7 @@ runs: fi FLEET_VERSION="$(curl "$FLEET_URL/api/v1/fleet/version" --header "Authorization: Bearer $FLEET_API_TOKEN" "${CURL_HEADER_ARGS[@]}" --fail --silent | jq --raw-output '.version')" - DEFAULT_FLEETCTL_VERSION="4.87.1" + DEFAULT_FLEETCTL_VERSION="4.88.0" # Decide which fleetctl version to install: # If the server returns a clean version (e.g. 4.74.0), use that.