Skip to content

Commit d2abeb4

Browse files
mkjpryorgithub-actions[bot]
authored andcommitted
Update flux-cli to v2.7.1
1 parent cbc3733 commit d2abeb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/flux/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ flux_release_values: >-
3838
# The Flux repository
3939
flux_cli_repo: https://github.com/fluxcd/flux2
4040
# The Flux version to download
41-
flux_cli_version: v2.6.4
41+
flux_cli_version: v2.7.1
4242
# The OS variant and architecture to use
4343
flux_cli_os: "{{ ansible_system | lower }}"
4444
flux_cli_architecture: "{{ 'amd64' if ansible_architecture == 'x86_64' else ansible_architecture }}"

0 commit comments

Comments
 (0)