Skip to content

Commit 0a9ba63

Browse files
Update flux-cli to v2.6.3 (#854)
Co-authored-by: JohnGarbutt <[email protected]>
1 parent 5f41308 commit 0a9ba63

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.5.1
41+
flux_cli_version: v2.6.3
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)