Skip to content

Commit 80f23de

Browse files
Merge pull request #480 from LightOfHeaven1994/fix-cronjob-template
Fix cronjobs image stream references
2 parents dab4f0b + 74b4915 commit 80f23de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ocp-templates/mpp/postgres.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ objects:
162162
claimName: ${BACKUP_VOLUME_CLAIM}
163163
containers:
164164
- name: postgresql-backup
165-
image: postgresql:12
165+
image: image-registry.openshift-image-registry.svc:5000/openshift/postgresql:12
166166
command:
167167
- 'bash'
168168
- '-eo'
@@ -243,7 +243,7 @@ objects:
243243
spec:
244244
containers:
245245
- name: postgresql-vacuum
246-
image: postgresql:12
246+
image: image-registry.openshift-image-registry.svc:5000/openshift/postgresql:12
247247
command:
248248
- 'bash'
249249
- '-eo'

0 commit comments

Comments
 (0)