Ninja Docs Help

Upgrade

Revision

Date

Description

1.0

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:

  1. Upgrade your FluxCD CLI:

    1. Homebrew

    brew update && brew upgrade flux
  2. Export proper PAT as environment variable:

    export GITLAB_TOKEN=<pat>
  3. Set your cluster as active context:

    kubectx <context>
  4. Run again bootstrap command.

Last modified: 17 February 2025