Skip to content

Commit

Permalink
Merge pull request #480 from LightOfHeaven1994/fix-cronjob-template
Browse files Browse the repository at this point in the history
Fix cronjobs image stream references
  • Loading branch information
LightOfHeaven1994 authored Mar 14, 2024
2 parents dab4f0b + 74b4915 commit 80f23de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocp-templates/mpp/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ objects:
claimName: ${BACKUP_VOLUME_CLAIM}
containers:
- name: postgresql-backup
image: postgresql:12
image: image-registry.openshift-image-registry.svc:5000/openshift/postgresql:12
command:
- 'bash'
- '-eo'
Expand Down Expand Up @@ -243,7 +243,7 @@ objects:
spec:
containers:
- name: postgresql-vacuum
image: postgresql:12
image: image-registry.openshift-image-registry.svc:5000/openshift/postgresql:12
command:
- 'bash'
- '-eo'
Expand Down

0 comments on commit 80f23de

Please sign in to comment.