Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.32 KB

File metadata and controls

23 lines (15 loc) · 1.32 KB

Changelog

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.

[Unreleased]

[0.1.72] - 2026-04-09

Added

  • Added configurable deployment strategy support, allowing users to switch between RollingUpdate and Recreate strategies. #82

[0.1.71] - 2026-04-09

Added

  • 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

  • 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