Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency fluxcd/flux2 to v2.1.0 #320

Merged
merged 1 commit into from
Aug 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion installations/kubernetes
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ install() {
fi

# renovate: datasource=github-releases depName=fluxcd/flux2
local FLUX_VERSION="v2.0.1"
local FLUX_VERSION="v2.1.0"
archive_to_binary "https://github.com/fluxcd/flux2/releases/download/${FLUX_VERSION}/flux_${FLUX_VERSION#v}_$(normalized_os)_$(normalized_arch "amd64" "arm" "arm64").tar.gz" "flux"
flux completion bash >"${SCRIPT_DIR}/../sources/flux-completion"

Expand Down