Upgrade
Revision | Date | Description |
|---|---|---|
| 24.07.2024 | Init Changelog |
Introduction
This article explains how to upgrade FluxCD on Kubernetes Cluster with Gitlab as source of code.
Instructions
To upgrade FluxCD on cluster with Gitlab, follow steps below:
Upgrade your FluxCD CLI:
Homebrew
brew update && brew upgrade fluxExport proper PAT as environment variable:
export GITLAB_TOKEN=<pat>Set your cluster as active context:
kubectx <context>Run again bootstrap command.
Last modified: 17 February 2025