Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

fluxcd/flux-get-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

flux-get-started

We are moving to Flux v2

⚠️ Please note: In preparation of Flux v2 GA this repository with Flux v1 examples has been archived. The Flux v2 equivalent of what is shown here can be found at flux2-kustomize-helm-example.

Thanks a lot for your interest.

For posterity

We published a step-by-step run-through on how to use Flux and Helm Operator over here.

Workloads

podinfo

  • Kubernetes deployment, ClusterIP service and Horizontal Pod Autoscaler
  • init container automated image updates (regular expression filter)
  • container automated image updates (semantic versioning filter)

Helm Releases

Mongodb

  • Source: Helm repository (stable)
  • Kubernetes deployment
  • automated image updates (semantic versioning filter)

Redis

  • Source: Helm repository (stable)
  • Kubernetes stateful set
  • locked automated image updates (semantic versioning filter)

Ghost

  • Source: Git repository
  • disabled automated image updates (glob filter)
  • has external dependency - mariadb (stable)

Manifests Validation

CircleCI jobs:

  • validate Kubernetes manifests with kubeval
  • validate Flux Helm Releases with hrval

Getting Help

If you have any questions about, feedback for or problems with flux-get-started:

Your feedback is always welcome!

Releases

No releases published

Packages

No packages published

Languages