Skip to content

Commit 56b12d0

Browse files
author
Jeff McCormick
committed
update deployment.json to use the CO_IMAGE_TAG env var value in a substitution
1 parent d2d24b2 commit 56b12d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/operator/deployment.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"securityContext": {
1818
},
1919
"name": "postgres-operator",
20-
"image": "crunchydata/postgres-operator:centos7-1.3.2",
20+
"image": "crunchydata/postgres-operator:$CO_IMAGE_TAG",
2121
"imagePullPolicy": "IfNotPresent",
2222
"env": [{
2323
"name": "DOCKER_API_VERSION",

0 commit comments

Comments
 (0)