From 711c75c1fc5c316c48587b80c1607e7436d262d2 Mon Sep 17 00:00:00 2001 From: George Karr Date: Thu, 12 Feb 2026 13:18:46 -0600 Subject: [PATCH] bumping default version --- .github/gitops-action/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/gitops-action/action.yml b/.github/gitops-action/action.yml index 2d3d6e59..c0ba431b 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.1" + DEFAULT_FLEETCTL_VERSION="4.80.2" # Decide which fleetctl version to install: # If the server returns a clean version (e.g. 4.74.0), use that.