Skip to content

Commit

Permalink
fix: 2.9.0 is buggy so use 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterMoar committed Aug 15, 2024
1 parent 9b77035 commit 50bab50
Showing 1 changed file with 2 additions and 2 deletions.
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.9.0 \
-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.9.0 \
-p TAG_NAME=2.8.0 \
| oc -n a12c97-tools apply -f -
```

Expand Down

0 comments on commit 50bab50

Please sign in to comment.