Skip to content

Commit

Permalink
Merge pull request #8748 from rook/mergify/bp/release-1.7/pr-8746
Browse files Browse the repository at this point in the history
ci: force a particular ceph version (backport #8746)
  • Loading branch information
mergify[bot] committed Sep 17, 2021
2 parents 3eb0a5b + fccac05 commit 08eb797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster/examples/kubernetes/ceph/cluster-test.yaml
Expand Up @@ -28,7 +28,7 @@ metadata:
spec:
dataDirHostPath: /var/lib/rook
cephVersion:
image: quay.io/ceph/ceph:v16
image: quay.io/ceph/ceph:v16.2.5
allowUnsupported: true
mon:
count: 1
Expand Down
2 changes: 1 addition & 1 deletion tests/framework/installer/ceph_installer.go
Expand Up @@ -50,7 +50,7 @@ const (
// test with the latest octopus build
octopusTestImage = "quay.io/ceph/ceph:v15"
// test with the latest pacific build
pacificTestImage = "quay.io/ceph/ceph:v16"
pacificTestImage = "quay.io/ceph/ceph:v16.2.5"
// test with the latest master image
masterTestImage = "ceph/daemon-base:latest-master-devel"
cephOperatorLabel = "app=rook-ceph-operator"
Expand Down

0 comments on commit 08eb797

Please sign in to comment.