diff --git a/helm-charts/infisical-standalone-postgres/CHANGELOGS.md b/helm-charts/infisical-standalone-postgres/CHANGELOGS.md new file mode 100644 index 000000000..a9608b7b4 --- /dev/null +++ b/helm-charts/infisical-standalone-postgres/CHANGELOGS.md @@ -0,0 +1,9 @@ +## 1.3.0 (October 28, 2024) + +Changes: +* Fixed issue causing database migration to not run in non `default` namespace + +Features: + +* Added support for supplying Postgres secret as K8s secret via `postgresql.useExistingPostgresSecret` +* Support overriding init container image via `infisical.databaseSchemaMigrationInitContainer`