Skip to content

Commit

Permalink
chore(deps): update quay.io/ceph/ceph docker tag to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 26, 2023
1 parent 13198db commit fb39ea1
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 @@ -14,7 +14,7 @@ import cephv1 "github.com/rook/rook/pkg/apis/ceph.rook.io/v1"
#CephClusterList: items: [{
spec: {
cephVersion: {
image: "quay.io/ceph/ceph:v17.2.6"
image: "quay.io/ceph/ceph:v18.1.3"
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:v18.1.3"
command: [
"/bin/bash",
"-c",
Expand Down

0 comments on commit fb39ea1

Please sign in to comment.