new round of day 2 + lessons learned

This commit is contained in:
2024-03-20 12:13:33 +01:00
parent 3eb8eacd1d
commit c471e24340
3 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
title: Flux
weight: 2
---
Some lessonslearned from flux talsk and from talking to the flux team.
## Helm Autupdate
* Currently you can just use the normal image autoupdate machanism
* Requirement: The helm chart is stored as a OCI-Artifact
* How: Just create the usual CRs and annotations
* They are also working on generalizing the autoupdate Process to fitt all OCI articacts (comming soon)