We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81815f5 commit e293ce8Copy full SHA for e293ce8
db/openshift.deploy.yml
@@ -155,8 +155,8 @@ objects:
155
claimName: ${NAME}-${ZONE}-${COMPONENT}-${DB_VERSION}
156
containers:
157
- name: ${NAME}
158
- # image: ${REGISTRY}/${ORG}/nr-fom/${COMPONENT}:${TAG}
159
- image: postgis/postgis:17-master
+ # Override manually like this - 'image: postgis/postgis:17-master'
+ image: ${REGISTRY}/${ORG}/nr-fom/${COMPONENT}:${TAG}
160
ports:
161
- containerPort: 5432
162
protocol: TCP
0 commit comments