Skip to content

Commit c2c3c3f

Browse files
authored
Update container version num for 25.4 docs (#20303)
1 parent 1a4ea48 commit c2c3c3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/current/v25.4/override-templates-cockroachdb-operator.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ cockroachdb:
3939
# containers captures the list of containers for CockroachDB pods.
4040
containers:
4141
- name: cockroachdb
42-
image: cockroachdb/cockroach:v25.3.2
42+
image: cockroachdb/cockroach:v25.4.0
4343
# imagePullSecrets captures the secrets for fetching images from private registries.
4444
imagePullSecrets: []
4545
~~~
4646

47-
At least one value for `containers` must be specified if any part of `podTemplate` is being modified. For example, the following `podTemplate` configuration overrides pod anti-affinity behavior and specifies a default `cockroachdb/cockroach:v25.3.2` container image:
47+
At least one value for `containers` must be specified if any part of `podTemplate` is being modified. For example, the following `podTemplate` configuration overrides pod anti-affinity behavior and specifies a default `cockroachdb/cockroach:v25.4.0` container image:
4848

4949
~~~ yaml
5050
cockroachdb:
@@ -65,7 +65,7 @@ cockroachdb:
6565
topologyKey: kubernetes.io/hostname
6666
containers:
6767
- name: cockroachdb
68-
image: cockroachdb/cockroach:v25.3.2
68+
image: cockroachdb/cockroach:v25.4.0
6969
~~~
7070

7171
## Override the default `cockroach start` flags

0 commit comments

Comments
 (0)