From 44988d4cd23ef95d0f49de9e0c15433a9e8f5aec Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 6 Feb 2025 23:02:51 +0000 Subject: [PATCH] chore(deps): update quay.io/ceph/ceph docker tag to v19.2.1 --- talos/k8s/operators/rook/cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talos/k8s/operators/rook/cluster.yaml b/talos/k8s/operators/rook/cluster.yaml index 1b557d3..e4cc250 100644 --- a/talos/k8s/operators/rook/cluster.yaml +++ b/talos/k8s/operators/rook/cluster.yaml @@ -11,7 +11,7 @@ spec: # versions running within the cluster. See tags available at https://hub.docker.com/r/ceph/ceph/tags/. # If you want to be more precise, you can always use a timestamp tag such as quay.io/ceph/ceph:v19.2.0-20240927 # This tag might not contain a new Ceph version, just security fixes from the underlying operating system, which will reduce vulnerabilities - image: quay.io/ceph/ceph:v19.2.0 + image: quay.io/ceph/ceph:v19.2.1 # Whether to allow unsupported versions of Ceph. Currently Reef and Squid are supported. # Future versions such as Tentacle (v20) would require this to be set to `true`. # Do not set to true in production.