3 Commits

Author SHA1 Message Date
c3bfc4f554 chore(deps): update helm release cilium to v1.19.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 50s
2026-02-06 04:05:18 +00:00
183c74dd9d fix: use app
All checks were successful
lint-test-helm / lint-helm (push) Successful in 17s
render-manifests-push / render-manifests-push (push) Successful in 46s
renovate / renovate (push) Successful in 2m3s
2026-02-05 22:03:12 -06:00
d0fe1c6845 fix: suspend backup
Some checks failed
lint-test-helm / lint-helm (push) Successful in 13s
render-manifests-push / render-manifests-push (push) Successful in 35s
renovate / renovate (push) Has been cancelled
2026-02-05 22:02:05 -06:00
2 changed files with 8 additions and 8 deletions

View File

@@ -3,4 +3,4 @@ dependencies:
repository: https://helm.cilium.io/ repository: https://helm.cilium.io/
version: 1.19.0 version: 1.19.0
digest: sha256:d2319facc93cab2a0a137588d8bd93315b52025b3ec86bc89edb0e236a74c814 digest: sha256:d2319facc93cab2a0a137588d8bd93315b52025b3ec86bc89edb0e236a74c814
generated: "2026-02-06T03:58:34.747641788Z" generated: "2026-02-06T04:05:13.83511088Z"

View File

@@ -175,7 +175,7 @@ postgresql-17-fdb-cluster:
postgresGID: 999 postgresGID: 999
postgresql: postgresql:
parameters: parameters:
cron.database_name: 'ferretDB' cron.database_name: 'app'
documentdb.enableCompact: "true" documentdb.enableCompact: "true"
documentdb.enableLetAndCollationForQueryMatch: "true" documentdb.enableLetAndCollationForQueryMatch: "true"
documentdb.enableNowSystemVariable: "true" documentdb.enableNowSystemVariable: "true"
@@ -188,19 +188,19 @@ postgresql-17-fdb-cluster:
max_slot_wal_keep_size: 2000MB max_slot_wal_keep_size: 2000MB
hot_standby_feedback: "on" hot_standby_feedback: "on"
pg_hba: pg_hba:
- host ferretDB postgres localhost trust - host app postgres localhost trust
- host ferretDB ferret localhost trust - host app app localhost trust
shared_preload_libraries: shared_preload_libraries:
- pg_cron - pg_cron
- pg_documentdb_core - pg_documentdb_core
- pg_documentdb - pg_documentdb
initdb: initdb:
database: ferretDB database: app
owner: ferret owner: app
postInitApplicationSQL: postInitApplicationSQL:
- create extension if not exists pg_cron; - create extension if not exists pg_cron;
- create extension if not exists documentdb cascade; - create extension if not exists documentdb cascade;
- grant documentdb_admin_role to ferret; - grant documentdb_admin_role to app;
recovery: recovery:
method: objectStore method: objectStore
objectStore: objectStore:
@@ -227,7 +227,7 @@ postgresql-17-fdb-cluster:
# isWALArchiver: false # isWALArchiver: false
scheduledBackups: scheduledBackups:
- name: live-backup - name: live-backup
suspend: false suspend: true
immediate: true immediate: true
schedule: "0 0 0 * * *" schedule: "0 0 0 * * *"
backupName: garage-local backupName: garage-local