diff --git a/clusters/cl01tl/applications/kyoo/Chart.yaml b/clusters/cl01tl/applications/kyoo/Chart.yaml index 8912f843d..b8de6ae92 100644 --- a/clusters/cl01tl/applications/kyoo/Chart.yaml +++ b/clusters/cl01tl/applications/kyoo/Chart.yaml @@ -31,7 +31,7 @@ dependencies: repository: https://meilisearch.github.io/meilisearch-kubernetes - name: postgres-cluster alias: postgres-16-cluster - version: 3.13.0 + version: 3.14.0 repository: http://alexlebens.github.io/helm-charts icon: https://raw.githubusercontent.com/zoriya/Kyoo/master/icons/icon-256x256.png appVersion: 4.6.0 diff --git a/clusters/cl01tl/applications/kyoo/templates/external-secret.yaml b/clusters/cl01tl/applications/kyoo/templates/external-secret.yaml index 3c4474354..2b2bd2966 100644 --- a/clusters/cl01tl/applications/kyoo/templates/external-secret.yaml +++ b/clusters/cl01tl/applications/kyoo/templates/external-secret.yaml @@ -231,13 +231,13 @@ spec: remoteRef: conversionStrategy: Default decodingStrategy: None - key: /aws/keys/cl01tl-kyoo-postgresql + key: /digital-ocean/home-infra/postgres-backups metadataPolicy: None - property: access_key + property: access - secretKey: ACCESS_SECRET_KEY remoteRef: conversionStrategy: Default decodingStrategy: None - key: /aws/keys/cl01tl-kyoo-postgresql + key: /digital-ocean/home-infra/postgres-backups metadataPolicy: None - property: secret_key + property: secret diff --git a/clusters/cl01tl/applications/kyoo/values.yaml b/clusters/cl01tl/applications/kyoo/values.yaml index c2d487a07..e61ded9ae 100644 --- a/clusters/cl01tl/applications/kyoo/values.yaml +++ b/clusters/cl01tl/applications/kyoo/values.yaml @@ -617,14 +617,8 @@ postgres-16-cluster: prometheusRule: enabled: false backup: - enabled: false - endpointURL: https://s3.us-east-2.amazonaws.com - destinationPath: s3://cl01tl-postgresql-backups/kyoo + enabled: true + endpointURL: https://nyc3.digitaloceanspaces.com + destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/kyoo/kyoo-postgresql-16-cluster endpointCredentials: kyoo-postgresql-16-cluster-backup-secret backupIndex: 1 - tags: - backupRetentionPolicy: "expire" - user: "cl01tl-kyoo-postgresql" - historyTags: - backupRetentionPolicy: "keep" - user: "cl01tl-kyoo-postgresql"