Skip to content

Commit 0da44b7

Browse files
committed
ci: use cephcsi canary image
use cephcsi canary image where we have the networkfence fix. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
1 parent 458dd19 commit 0da44b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/scripts/ceph/github-action-helper.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ function deploy_rook() {
6868
with(select(.kind == "ConfigMap");
6969
.data.CSI_ENABLE_CSIADDONS = "true" |
7070
.data.ROOK_CSIADDONS_IMAGE = "quay.io/csiaddons/k8s-sidecar:test" |
71+
.data.ROOK_CSI_CEPH_IMAGE = "quay.io/cephcsi/cephcsi:canary" |
7172
.data.CSI_LOG_LEVEL = "5"
7273
)' operator.yaml
7374
kubectl_retry create -f crds.yaml

0 commit comments

Comments
 (0)