diff --git a/charts/sigi/v0/Chart.yaml b/charts/sigi/v0/Chart.yaml index f9e026b..54fbb4c 100644 --- a/charts/sigi/v0/Chart.yaml +++ b/charts/sigi/v0/Chart.yaml @@ -8,7 +8,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.5 +version: 0.1.6 # 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/charts/sigi/v0/templates/velero-schedule-monthly.yaml b/charts/sigi/v0/templates/velero-schedule-monthly.yaml index 143e21f..7d6e3f0 100644 --- a/charts/sigi/v0/templates/velero-schedule-monthly.yaml +++ b/charts/sigi/v0/templates/velero-schedule-monthly.yaml @@ -32,7 +32,7 @@ spec: command: - "/bin/bash" - "-c" - - "PGPASSWORD=$POSTGRES_PASSWORD /opt/bitnami/postgresql/bin/pg_dump -U sigi -d sigi > /bitnami/postgresql/sigi.dump" + - "PGPASSWORD=$POSTGRES_PASSWORD /opt/bitnami/postgresql/bin/pg_dump -U postgres -d sigi > /bitnami/postgresql/sigi.dump" timeout: 360s onError: Continue useOwnerReferencesInBackup: false diff --git a/charts/sigi/v0/templates/velero-schedule-weekdays.yaml b/charts/sigi/v0/templates/velero-schedule-weekdays.yaml index 9ecf1ae..f0959e7 100644 --- a/charts/sigi/v0/templates/velero-schedule-weekdays.yaml +++ b/charts/sigi/v0/templates/velero-schedule-weekdays.yaml @@ -32,7 +32,7 @@ spec: command: - "/bin/bash" - "-c" - - "PGPASSWORD=$POSTGRES_PASSWORD /opt/bitnami/postgresql/bin/pg_dump -U sigi -d sigi > /bitnami/postgresql/sigi.dump" + - "PGPASSWORD=$POSTGRES_PASSWORD /opt/bitnami/postgresql/bin/pg_dump -U postgres -d sigi > /bitnami/postgresql/sigi.dump" timeout: 360s onError: Continue useOwnerReferencesInBackup: false diff --git a/charts/sigi/v0/templates/velero-schedule-weekly.yaml b/charts/sigi/v0/templates/velero-schedule-weekly.yaml index d0c4fbe..565eb30 100644 --- a/charts/sigi/v0/templates/velero-schedule-weekly.yaml +++ b/charts/sigi/v0/templates/velero-schedule-weekly.yaml @@ -32,7 +32,7 @@ spec: command: - "/bin/bash" - "-c" - - "PGPASSWORD=$POSTGRES_PASSWORD /opt/bitnami/postgresql/bin/pg_dump -U sigi -d sigi > /bitnami/postgresql/sigi.dump" + - "PGPASSWORD=$POSTGRES_PASSWORD /opt/bitnami/postgresql/bin/pg_dump -U postgres -d sigi > /bitnami/postgresql/sigi.dump" timeout: 360s onError: Continue useOwnerReferencesInBackup: false