We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac3e7e commit b80845eCopy full SHA for b80845e
.github/gitops-action/action.yml
@@ -20,7 +20,7 @@ runs:
20
working-directory: ${{ inputs.working-directory }}
21
run: |
22
FLEET_VERSION="$(curl "$FLEET_URL/api/v1/fleet/version" --header "Authorization: Bearer $FLEET_API_TOKEN" --fail --silent | jq --raw-output '.version')"
23
- DEFAULT_FLEETCTL_VERSION="4.74.0"
+ DEFAULT_FLEETCTL_VERSION="4.75.1"
24
25
# Decide which fleetctl version to install:
26
# If the server returns a clean version (e.g. 4.74.0), use that.
0 commit comments