diff --git a/.github/gitops-action-fleets/action.yml b/.github/gitops-action-fleets/action.yml index cf7b51e..e29445a 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.0" + DEFAULT_FLEETCTL_VERSION="4.87.1" # 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 cfb69d0..292c275 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.0" + DEFAULT_FLEETCTL_VERSION="4.87.1" # Decide which fleetctl version to install: # If the server returns a clean version (e.g. 4.74.0), use that.