Skip to content

Commit

Permalink
chore(deps): update quay.io/ceph/ceph docker tag to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 11, 2024
1 parent 85436ff commit 971af87
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion k8s/amour/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:v18.2.2"
image: "quay.io/ceph/ceph:v19.1.0"
allowUnsupported: false
}
dataDirHostPath: "/var/lib/rook"
Expand Down
2 changes: 1 addition & 1 deletion k8s/amour/rook_ceph/deployment_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ import (
}]
containers: [{
name: "rook-ceph-tools"
image: "quay.io/ceph/ceph:v18.2.0"
image: "quay.io/ceph/ceph:v19.1.0"
command: [
"/bin/bash",
"-c",
Expand Down
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:v19.1.0"
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:v19.1.0"
command: [
"/bin/bash",
"-c",
Expand Down

0 comments on commit 971af87

Please sign in to comment.