diff --git a/Chart.yaml b/Chart.yaml index 0ee1f70..db59d2b 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.29 +version: 0.1.30 # 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 6969f97..dcd3d61 100644 --- a/templates/cm_postgres_bkp.yaml +++ b/templates/cm_postgres_bkp.yaml @@ -6,11 +6,11 @@ metadata: data: AWS_ACCESS_KEY_ID: {{ .Values.postgres.bkp_user }} AWS_SECRET_ACCESS_KEY: {{ .Values.postgres.bkp_pass }} - AWS_ENDPOINT: https://minio.mobene-nsodev:443 + AWS_ENDPOINT: https://s3-miniotest-devscr.smardigo.digital AWS_REGION: "" AWS_S3_FORCE_PATH_STYLE: "true" # needed for MinIO BACKUP_NUM_TO_RETAIN: "14" - BACKUP_SCHEDULE: "*/5 * * * *" + BACKUP_SCHEDULE: "0 3 * * *" CLONE_USE_WALG_RESTORE: "true" USE_WALG_BACKUP: "true" USE_WALG_RESTORE: "true"