Commit 09516cfb authored by Alex Robinson's avatar Alex Robinson

Add explicit image tag to cockroachdb example and test

parent 1a3b7547
...@@ -117,12 +117,7 @@ spec: ...@@ -117,12 +117,7 @@ spec:
topologyKey: kubernetes.io/hostname topologyKey: kubernetes.io/hostname
containers: containers:
- name: cockroachdb - name: cockroachdb
# Runs the master branch. Not recommended for production, but since image: cockroachdb/cockroach:v1.0
# CockroachDB is in Beta, you don't want to run it in production
# anyway. See
# https://hub.docker.com/r/cockroachdb/cockroach/tags/
# if you prefer to run a beta release.
image: cockroachdb/cockroach
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 26257 - containerPort: 26257
......
...@@ -49,12 +49,7 @@ spec: ...@@ -49,12 +49,7 @@ spec:
topologyKey: kubernetes.io/hostname topologyKey: kubernetes.io/hostname
containers: containers:
- name: cockroachdb - name: cockroachdb
# Runs the master branch. Not recommended for production, but since image: cockroachdb/cockroach:v1.0
# CockroachDB is in Beta, you don't want to run it in production
# anyway. See
# https://hub.docker.com/r/cockroachdb/cockroach/tags/
# if you prefer to run a beta release.
image: cockroachdb/cockroach
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 26257 - containerPort: 26257
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment