Skip to content

Commit e293ce8

Browse files
committed
Remove image override
1 parent 81815f5 commit e293ce8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

db/openshift.deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ objects:
155155
claimName: ${NAME}-${ZONE}-${COMPONENT}-${DB_VERSION}
156156
containers:
157157
- name: ${NAME}
158-
# image: ${REGISTRY}/${ORG}/nr-fom/${COMPONENT}:${TAG}
159-
image: postgis/postgis:17-master
158+
# Override manually like this - 'image: postgis/postgis:17-master'
159+
image: ${REGISTRY}/${ORG}/nr-fom/${COMPONENT}:${TAG}
160160
ports:
161161
- containerPort: 5432
162162
protocol: TCP

0 commit comments

Comments
 (0)