fix: Update diagram to correctly reflect Flux operations
All checks were successful
Build latest image / build-container (push) Successful in 51s

This commit is contained in:
Nicolai Ort 2025-04-07 18:57:12 +02:00
parent 1213be7c30
commit b2fd7a4c81
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -24,7 +24,8 @@ graph LR
Nicolai-->|"Takes notes (and typos) + commits"|Repo
Repo-->|Triggers|Actions
Actions-->|Builds image and pushes to|Registry
Kubernetes-->|Pulls latest image|Registry
Flux-->|Detects new image|Registry
Flux-->|Rolls out new image|Kubernetes
```
## Changelog™