Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion roles/flux/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ flux_release_values: >-
# The Flux repository
flux_cli_repo: https://github.com/fluxcd/flux2
# The Flux version to download
flux_cli_version: v2.6.4
flux_cli_version: v2.7.1
# The OS variant and architecture to use
flux_cli_os: "{{ ansible_system | lower }}"
flux_cli_architecture: "{{ 'amd64' if ansible_architecture == 'x86_64' else ansible_architecture }}"
Expand Down
Loading