Skip to content

Commit 979e368

Browse files
Update quay.io/ceph/ceph Docker tag to v20
1 parent f9b398e commit 979e368

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

clusters/talos-ottawa/apps/rook-ceph/config/cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
# versions running within the cluster. See tags available at https://hub.docker.com/r/ceph/ceph/tags/.
3939
# If you want to be more precise, you can always use a timestamp tag such as quay.io/ceph/ceph:v18.2.4-20240724
4040
# This tag might not contain a new Ceph version, just security fixes from the underlying operating system, which will reduce vulnerabilities
41-
image: quay.io/ceph/ceph:v19.2
41+
image: quay.io/ceph/ceph:v20.1
4242
# Whether to allow unsupported versions of Ceph. Currently Reef and Squid are supported.
4343
# Future versions such as Tentacle (v20) would require this to be set to `true`.
4444
# Do not set to true in production.

clusters/talos-ottawa/apps/rook-ceph/config/toolbox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
serviceAccountName: rook-ceph-default
2020
containers:
2121
- name: rook-ceph-tools
22-
image: quay.io/ceph/ceph:v19
22+
image: quay.io/ceph/ceph:v20
2323
command: ["/bin/bash"]
2424
args:
2525
- "-c"

clusters/talos-robbinsdale/apps/rook-ceph/config/cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
# versions running within the cluster. See tags available at https://hub.docker.com/r/ceph/ceph/tags/.
2222
# If you want to be more precise, you can always use a timestamp tag such as quay.io/ceph/ceph:v18.2.4-20240724
2323
# This tag might not contain a new Ceph version, just security fixes from the underlying operating system, which will reduce vulnerabilities
24-
image: quay.io/ceph/ceph:v19.2
24+
image: quay.io/ceph/ceph:v20.1
2525
# Whether to allow unsupported versions of Ceph. Currently Reef and Squid are supported.
2626
# Future versions such as Tentacle (v20) would require this to be set to `true`.
2727
# Do not set to true in production.

clusters/talos-robbinsdale/apps/rook-ceph/config/toolbox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
serviceAccountName: rook-ceph-default
2020
containers:
2121
- name: rook-ceph-tools
22-
image: quay.io/ceph/ceph:v19
22+
image: quay.io/ceph/ceph:v20
2323
command: ["/bin/bash"]
2424
args:
2525
- "-c"

0 commit comments

Comments
 (0)