# Updating Flux Installation Using the Latest Binary from CLI

DevFeed: [Updating Flux Installation Using the Latest Binary from CLI](<https://devfeed.tech/articles/updating-flux-installation-using-the-latest-binary-from-cli-10694.md>)

Original publisher: [Read original article](<https://technotim.com/posts/update-flux/>)

Author: Techno Tim

Published: 2023-02-04T01:00:00Z

Content type: tutorial

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [flux](<https://devfeed.tech/topics/flux.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [GitOps](<https://devfeed.tech/topics/gitops.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [cli](<https://devfeed.tech/tags/cli.md>), [clusters](<https://devfeed.tech/tags/clusters.md>), [download](<https://devfeed.tech/tags/download.md>), [flux](<https://devfeed.tech/tags/flux.md>), [gitops](<https://devfeed.tech/tags/gitops.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [running](<https://devfeed.tech/tags/running.md>)

## AI overview

A tutorial on updating a Flux installation by downloading the latest binary from the command line, locating Flux configuration in a Git repository, patching the relevant file, verifying the change, and committing and pushing the update for GitOps to apply.

## Source excerpt

What is Flux? Flux is a tool for keeping Kubernetes clusters in sync with sources of configuration (like Git repositories), and automating updates to configuration when there is new code to deploy. It's open source and you can read more about it on the GitHub repo. Looking for a tutorial on how use this? Check out this video on how to use SOPS and Age for your Git Repos! Updating Flux We're...