Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.09 KB

File metadata and controls

18 lines (12 loc) · 1.09 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.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