From c2b24954cbe544a4a2b66514e4c37d3719d74b14 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Tue, 14 Apr 2026 00:51:49 +0000 Subject: [PATCH 1/2] chore: Update manifests after change --- .../site-documentation/Deployment-site-documentation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/manifests/site-documentation/Deployment-site-documentation.yaml b/clusters/cl01tl/manifests/site-documentation/Deployment-site-documentation.yaml index 5ce25a91e..98cf79d36 100644 --- a/clusters/cl01tl/manifests/site-documentation/Deployment-site-documentation.yaml +++ b/clusters/cl01tl/manifests/site-documentation/Deployment-site-documentation.yaml @@ -34,7 +34,7 @@ spec: hostPID: false dnsPolicy: ClusterFirst containers: - - image: harbor.alexlebens.net/images/site-documentation:0.24.0@sha256:4de96b40683bdb4998219b38b728a46e821de7ccd28b2ff6cc69ff26a712e7af + - image: harbor.alexlebens.net/images/site-documentation:0.25.0@sha256:1509b20e703617ce8e6fc78fa599a56c09be178541adc82da406632f9af15d97 name: main resources: requests: From 68ceaabb6feaf59c832fcfa3109d08f4eb978aac Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Tue, 14 Apr 2026 00:57:47 +0000 Subject: [PATCH 2/2] chore: Update manifests after change --- ...er-sparkyfitness-postgresql-18-cluster.yaml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/clusters/cl01tl/manifests/sparkyfitness/Cluster-sparkyfitness-postgresql-18-cluster.yaml b/clusters/cl01tl/manifests/sparkyfitness/Cluster-sparkyfitness-postgresql-18-cluster.yaml index 9415ddb43..7d4b8e764 100644 --- a/clusters/cl01tl/manifests/sparkyfitness/Cluster-sparkyfitness-postgresql-18-cluster.yaml +++ b/clusters/cl01tl/manifests/sparkyfitness/Cluster-sparkyfitness-postgresql-18-cluster.yaml @@ -52,15 +52,11 @@ spec: barmanObjectName: "sparkyfitness-postgresql-18-backup-garage-local" serverName: "sparkyfitness-postgresql-18-backup-1" bootstrap: - recovery: + initdb: database: app - source: sparkyfitness-postgresql-18-backup-1 - externalClusters: - - name: sparkyfitness-postgresql-18-backup-1 - plugin: - name: barman-cloud.cloudnative-pg.io - enabled: true - isWALArchiver: false - parameters: - barmanObjectName: "sparkyfitness-postgresql-18-recovery" - serverName: sparkyfitness-postgresql-18-backup-1 + postInitTemplateSQL: + - CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; + - CREATE EXTENSION IF NOT EXISTS "pgcrypto"; + - CREATE EXTENSION IF NOT EXISTS "pg_stat_statements"; + - GRANT EXECUTE ON ALL FUNCTIONS IN SCHEMA public TO "app" WITH GRANT OPTION; + owner: app