Getting started with Flux and the Helm Operator
Go to file
stefanprodan 93f18eabac Add CircleCI manifests validation job
- validate Kubernetes manifests with kubeval
- validate Flux Helm Releases with hrval
2019-10-20 14:40:30 +03:00
.circleci Add CircleCI manifests validation job 2019-10-20 14:40:30 +03:00
charts/ghost Undo tests 2018-11-18 19:33:05 +02:00
namespaces Add demo namespace, ClusterIP service and automated deployment 2018-11-16 15:17:34 +02:00
releases Add CircleCI manifests validation job 2019-10-20 14:40:30 +03:00
workloads Change annotations to fluxcd.io 2019-10-18 12:41:37 +03:00
LICENSE Initial commit 2018-11-16 11:38:43 +00:00
README.md Add CircleCI manifests validation job 2019-10-20 14:40:30 +03:00

README.md

flux-get-started

CircleCI

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!