All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
- Added configurable deployment strategy support, allowing users to switch between
RollingUpdate and Recreate strategies. #82
- Added default resource requests/limits for Sourcebot (2 CPU/4Gi), PostgreSQL (2 CPU/4Gi), and Redis (1 CPU/1.5Gi). #88
- Added
sourcebot.authSecret and sourcebot.encryptionKey fields to values.yaml, supporting both direct values and existing secret references. #88
- Fixed PostgreSQL
secretKeys defaults to match Bitnami-generated key names (password/postgres-password), fixing helm upgrade failures. #88
- Fixed Redis subchart key from
master to primary to match Bitnami Valkey chart (resources were not being applied). #88