Skip to content

Commit

Permalink
build: FORMS-887 update backup images (bcgov#1469)
Browse files Browse the repository at this point in the history
* build: FORMS-887 update backup images

* fix: 2.9.0 is buggy so use 2.8.0

* docs: update backup image version
  • Loading branch information
WalterMoar committed Aug 21, 2024
1 parent d7f9780 commit b7411d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openshift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,6 @@ oc process -f backup-cronjob-verify.yaml \
-p JOB_NAME=backup-postgres-verify \
-p JOB_PERSISTENT_STORAGE_NAME=$PVC \
-p SCHEDULE="0 9 * * *" \
-p TAG_NAME=2.6.1 \
-p TAG_NAME=2.8.0 \
| oc -n $NAMESPACE apply -f -
```
4 changes: 2 additions & 2 deletions openshift/redash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ oc process -f backup-cronjob.yaml \
-p JOB_PERSISTENT_STORAGE_NAME=backup-chefs-redash-postgresql \
-p MONTHLY_BACKUPS=3 \
-p SCHEDULE="0 8 * * *" \
-p TAG_NAME=2.6.1 \
-p TAG_NAME=2.8.0 \
-p WEEKLY_BACKUPS=8 \
| oc -n a12c97-tools apply -f -
```
Expand All @@ -42,7 +42,7 @@ oc process -f backup-cronjob-verify.yaml \
-p JOB_NAME=backup-chefs-redash-postgres-verify \
-p JOB_PERSISTENT_STORAGE_NAME=backup-chefs-redash-postgresql \
-p SCHEDULE="0 9 * * *" \
-p TAG_NAME=2.6.1 \
-p TAG_NAME=2.8.0 \
| oc -n a12c97-tools apply -f -
```

Expand Down

0 comments on commit b7411d6

Please sign in to comment.