Skip to content

Commit

Permalink
chore(deps): update quay.io/ceph/ceph docker tag to v17.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 31, 2023
1 parent 500d13e commit a32403f
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.5"
image: "quay.io/ceph/ceph:v17.2.6"
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.5"
image: "quay.io/ceph/ceph:v17.2.6"
command: [
"/bin/bash",
"-c",
Expand Down

0 comments on commit a32403f

Please sign in to comment.