Skip to content

Commit ff4b880

Browse files
Merge pull request #460 from bcgov/SSOTEAM-2342
chore: bump the backup container version to the latest
2 parents 78b4912 + 0c9cf6e commit ff4b880

6 files changed

+16
-17
lines changed

helm/backup-storage/values-e4ca1d-dev-sso-backup.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ nameOverride: sso-backup-storage
22
fullnameOverride: sso-backup-storage
33

44
image:
5-
repository: bcgovimages/backup-container
6-
tag: 2.9.0
5+
repository: ghcr.io/bcgov/backup-container
6+
tag: 2.10.3
77
pullPolicy: Always
88

99
backupConfig: |

helm/backup-storage/values-e4ca1d-prod-sso-backup.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ nameOverride: sso-backup-storage
22
fullnameOverride: sso-backup-storage
33

44
image:
5-
repository: bcgovimages/backup-container
6-
tag: 2.9.0
5+
repository: ghcr.io/bcgov/backup-container
6+
tag: 2.10.3
77
pullPolicy: Always
88

99
backupConfig: |

helm/backup-storage/values-e4ca1d-test-sso-backup.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ nameOverride: sso-backup-storage
22
fullnameOverride: sso-backup-storage
33

44
image:
5-
repository: bcgovimages/backup-container
6-
tag: 2.9.0
5+
repository: ghcr.io/bcgov/backup-container
6+
tag: 2.10.3
77
pullPolicy: Always
88

99
backupConfig: |

helm/backup-storage/values-eb75ad-dev-sso-backup.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ nameOverride: sso-backup-storage
22
fullnameOverride: sso-backup-storage
33

44
image:
5-
repository: bcgovimages/backup-container
6-
tag: 2.9.0
5+
repository: ghcr.io/bcgov/backup-container
6+
tag: 2.10.3
77
pullPolicy: Always
88

99
backupConfig: |
@@ -28,7 +28,7 @@ env:
2828
ENVIRONMENT_NAME:
2929
value: eb75ad-dev
3030
WEBHOOK_URL:
31-
# value: '<<WEBHOOK URL FOR ROCKETCHAT>>'
31+
# value: '<<WEBHOOK URL FOR ROCKETCHAT>>'
3232
secure: true
3333

3434
DAILY_BACKUPS:

helm/backup-storage/values-eb75ad-prod-sso-backup.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ nameOverride: sso-backup-storage
22
fullnameOverride: sso-backup-storage
33

44
image:
5-
repository: bcgovimages/backup-container
6-
tag: 2.9.0
5+
repository: ghcr.io/bcgov/backup-container
6+
tag: 2.10.3
77
pullPolicy: Always
88

99
backupConfig: |
@@ -18,7 +18,7 @@ db:
1818

1919
persistence:
2020
backup:
21-
size: 32Gi
21+
size: 46Gi
2222
verification:
2323
size: 19Gi
2424

@@ -28,8 +28,7 @@ env:
2828
ENVIRONMENT_NAME:
2929
value: eb75ad-prod
3030
WEBHOOK_URL:
31-
# value: '<<WEBHOOK URL FOR ROCKETCHAT>>'
32-
secure: true
31+
# value: '<<WEBHOOK URL FOR ROCKETCHAT>>'
3332

3433
DAILY_BACKUPS:
3534
value: '7'

helm/backup-storage/values-eb75ad-test-sso-backup.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ nameOverride: sso-backup-storage
22
fullnameOverride: sso-backup-storage
33

44
image:
5-
repository: bcgovimages/backup-container
6-
tag: 2.9.0
5+
repository: ghcr.io/bcgov/backup-container
6+
tag: 2.10.3
77
pullPolicy: Always
88

99
backupConfig: |
@@ -28,7 +28,7 @@ env:
2828
ENVIRONMENT_NAME:
2929
value: eb75ad-test
3030
WEBHOOK_URL:
31-
# value: '<<WEBHOOK URL FOR ROCKETCHAT>>'
31+
# value: '<<WEBHOOK URL FOR ROCKETCHAT>>'
3232
secure: true
3333

3434
DAILY_BACKUPS:

0 commit comments

Comments
 (0)