Skip to content

Commit

Permalink
chore(deps): update quay.io/ceph/ceph docker tag to v17.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2023
1 parent c84e533 commit 93936e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/unwind/rook_ceph/ceph_cluster_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
#CephClusterList: items: [{
spec: {
cephVersion: {
image: "quay.io/ceph/ceph:v17.2.6"
image: "quay.io/ceph/ceph:v17.2.7"
allowUnsupported: false
}
dataDirHostPath: "/var/lib/rook"
Expand Down
2 changes: 1 addition & 1 deletion k8s/unwind/rook_ceph/deployment_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ import (
}]
containers: [{
name: "rook-ceph-tools"
image: "quay.io/ceph/ceph:v17.2.6"
image: "quay.io/ceph/ceph:v17.2.7"
command: [
"/bin/bash",
"-c",
Expand Down

0 comments on commit 93936e0

Please sign in to comment.