From b724a5738191229fa87385272ce3ddfa1282a055 Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Fri, 3 Feb 2023 12:24:24 +0100 Subject: [PATCH] DEV-790 configured default logical backups for postgres --- Chart.yaml | 2 +- templates/cm_postgres_bkp.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index db59d2b..22b5448 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.30 +version: 0.1.31 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/templates/cm_postgres_bkp.yaml b/templates/cm_postgres_bkp.yaml index dcd3d61..dde3e37 100644 --- a/templates/cm_postgres_bkp.yaml +++ b/templates/cm_postgres_bkp.yaml @@ -6,7 +6,7 @@ metadata: data: AWS_ACCESS_KEY_ID: {{ .Values.postgres.bkp_user }} AWS_SECRET_ACCESS_KEY: {{ .Values.postgres.bkp_pass }} - AWS_ENDPOINT: https://s3-miniotest-devscr.smardigo.digital + AWS_ENDPOINT: https://s3console-nsodev-prodwork01.smardigo.digital AWS_REGION: "" AWS_S3_FORCE_PATH_STYLE: "true" # needed for MinIO BACKUP_NUM_TO_RETAIN: "14"