Skip to content

Commit

Permalink
[DNM] ci: use test container image for Ceph cluster
Browse files Browse the repository at this point in the history
The test image at `quay.io/brgardne/ceph:pr47934-2022-09-29-1431`
includes ceph/ceph#47934 which adds SecType support for Ceph Mgr.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
  • Loading branch information
nixpanic committed Nov 3, 2022
1 parent f038940 commit a8d6bbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
CSI_IMAGE_VERSION=canary

# Ceph version to use
BASE_IMAGE=quay.io/ceph/ceph:v17
BASE_IMAGE=quay.io/brgardne/ceph:pr47934-2022-09-29-1431
CEPH_VERSION=quincy

# standard Golang options
Expand Down Expand Up @@ -45,7 +45,7 @@ CHANGE_MINIKUBE_NONE_USER=true
# Rook options
ROOK_VERSION=v1.10.4
# Provide ceph image path
ROOK_CEPH_CLUSTER_IMAGE=quay.io/ceph/ceph:v17
ROOK_CEPH_CLUSTER_IMAGE=quay.io/brgardne/ceph:pr47934-2022-09-29-1431

# CSI sidecar version
CSI_ATTACHER_VERSION=v4.0.0
Expand Down

0 comments on commit a8d6bbf

Please sign in to comment.