From 0add5629533502f07cccb19175dc73769ec04506 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 13 Nov 2024 11:03:59 +0000 Subject: [PATCH 1/4] chore(deps): update helm release argo-cd to v7.7.3 --- app-files/apps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-files/apps.yaml b/app-files/apps.yaml index 46aa44f..84e0d1d 100644 --- a/app-files/apps.yaml +++ b/app-files/apps.yaml @@ -27,7 +27,7 @@ spec: sources: - repoURL: https://argoproj.github.io/argo-helm chart: argo-cd - targetRevision: 7.7.0 + targetRevision: 7.7.3 helm: releaseName: argo valueFiles: From 537fc387718c1e1b38893c5aa3ecd9662b81c8c0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 13 Nov 2024 14:03:56 +0000 Subject: [PATCH 2/4] chore(deps): update helm release openproject to v9 --- app-files/apps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-files/apps.yaml b/app-files/apps.yaml index 46aa44f..a64f60a 100644 --- a/app-files/apps.yaml +++ b/app-files/apps.yaml @@ -175,7 +175,7 @@ spec: sources: - repoURL: https://charts.openproject.org chart: openproject - targetRevision: 8.3.2 + targetRevision: 9.0.0 helm: releaseName: openproject valueFiles: From 1107adf9d477f54cd70bc946c4e8478467135b69 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Sat, 16 Nov 2024 13:19:17 +0100 Subject: [PATCH 3/4] configure backups for openproject db --- openproject/db.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/openproject/db.yaml b/openproject/db.yaml index 661b3c1..42a7d89 100644 --- a/openproject/db.yaml +++ b/openproject/db.yaml @@ -7,3 +7,17 @@ spec: instances: 3 storage: size: 1Gi + backup: + barmanObjectStore: + destinationPath: "s3://openproject/backups" + endpointURL: "https://fsn1.your-objectstorage.com" + s3Credentials: + accessKeyId: + name: openproject-secret + key: OPENPROJECT_FOG_CREDENTIALS_AWS__ACCESS__KEY__ID + secretAccessKey: + name: openproject-secret + key: OPENPROJECT_FOG_CREDENTIALS_AWS__SECRET__ACCESS__KEY + wal: + compression: gzip + retentionPolicy: "30d" From 284f8f89e7bd996877ab9a6613207094916b7d3f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 25 Nov 2024 20:04:53 +0000 Subject: [PATCH 4/4] chore(deps): update helm release openproject to v9 --- app-files/apps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-files/apps.yaml b/app-files/apps.yaml index 84e0d1d..e05c292 100644 --- a/app-files/apps.yaml +++ b/app-files/apps.yaml @@ -175,7 +175,7 @@ spec: sources: - repoURL: https://charts.openproject.org chart: openproject - targetRevision: 8.3.2 + targetRevision: 9.0.1 helm: releaseName: openproject valueFiles: