Skip to content

Commit

Permalink
Bump flux
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed May 17, 2024
1 parent 28af49f commit 664f54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ CILIUM_URL=${CILIUM_URL:-https://github.com/cilium/cilium-cli/releases/download/
install_tar cilium $CILIUM_URL

log "Installing flux..."
FLUX_VERSION=${FLUX_VERSION:-2.2.3}
FLUX_VERSION=${FLUX_VERSION:-2.3.0}
FLUX_URL=https://github.com/fluxcd/flux2/releases/download/v${FLUX_VERSION}/flux_${FLUX_VERSION}_linux_$ARCH.tar.gz
install_tar flux $FLUX_URL

Expand Down

0 comments on commit 664f54a

Please sign in to comment.