diff --git a/examples/cockroachdb/cockroachdb-statefulset.yaml b/examples/cockroachdb/cockroachdb-statefulset.yaml index d3c1d856742..8a6bc162695 100644 --- a/examples/cockroachdb/cockroachdb-statefulset.yaml +++ b/examples/cockroachdb/cockroachdb-statefulset.yaml @@ -117,12 +117,7 @@ spec: topologyKey: kubernetes.io/hostname containers: - name: cockroachdb - # Runs the master branch. Not recommended for production, but since - # 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 + image: cockroachdb/cockroach:v1.0 imagePullPolicy: IfNotPresent ports: - containerPort: 26257 diff --git a/test/e2e/testing-manifests/statefulset/cockroachdb/statefulset.yaml b/test/e2e/testing-manifests/statefulset/cockroachdb/statefulset.yaml index e9843934df8..d12b654ceab 100644 --- a/test/e2e/testing-manifests/statefulset/cockroachdb/statefulset.yaml +++ b/test/e2e/testing-manifests/statefulset/cockroachdb/statefulset.yaml @@ -49,12 +49,7 @@ spec: topologyKey: kubernetes.io/hostname containers: - name: cockroachdb - # Runs the master branch. Not recommended for production, but since - # 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 + image: cockroachdb/cockroach:v1.0 imagePullPolicy: IfNotPresent ports: - containerPort: 26257