Add resource limits to init containers for Kyverno compliance

This commit is contained in:
Mondo Diaz
2026-01-15 19:40:02 +00:00
parent be139200d2
commit fb5db9293a
2 changed files with 15 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed static file serving for favicon and other files in frontend dist root
- Fixed deploy jobs running when secrets scan fails (added `secrets` to deploy dependencies)
- Fixed dev environment memory requests to equal limits per cluster Kyverno policy
- Fixed init containers missing resource limits (Kyverno policy compliance)
### Removed
- Removed unused `store_streaming()` method from storage.py (#51)