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 cbc3733 commit d2abeb4Copy full SHA for d2abeb4
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.6.4
+flux_cli_version: v2.7.1
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