You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,4 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [Unreleased]
8
+
## [Unreleased]
9
+
10
+
### Added
11
+
- Added default resource requests/limits for Sourcebot (2 CPU/4Gi), PostgreSQL (2 CPU/4Gi), and Redis (1 CPU/1.5Gi). [#88](https://github.com/sourcebot-dev/sourcebot-helm-chart/pull/88)
12
+
- Added `sourcebot.authSecret` and `sourcebot.encryptionKey` fields to values.yaml, supporting both direct values and existing secret references. [#88](https://github.com/sourcebot-dev/sourcebot-helm-chart/pull/88)
13
+
14
+
### Fixed
15
+
- Fixed PostgreSQL `secretKeys` defaults to match Bitnami-generated key names (`password`/`postgres-password`), fixing helm upgrade failures. [#88](https://github.com/sourcebot-dev/sourcebot-helm-chart/pull/88)
16
+
- Fixed Redis subchart key from `master` to `primary` to match Bitnami Valkey chart (resources were not being applied). [#88](https://github.com/sourcebot-dev/sourcebot-helm-chart/pull/88)
0 commit comments