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 5f41308 commit 0a9ba63Copy full SHA for 0a9ba63
roles/flux/defaults/main.yml
@@ -38,7 +38,7 @@ flux_release_values: >-
38
# The Flux repository
39
flux_cli_repo: https://github.com/fluxcd/flux2
40
# The Flux version to download
41
-flux_cli_version: v2.5.1
+flux_cli_version: v2.6.3
42
# The OS variant and architecture to use
43
flux_cli_os: "{{ ansible_system | lower }}"
44
flux_cli_architecture: "{{ 'amd64' if ansible_architecture == 'x86_64' else ansible_architecture }}"
0 commit comments