deploy: change image versions to v3.6.0 instead of canary

This commit change the required image tag to release 3.6 instead
of canary for v3.6 release

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal
2022-04-04 14:13:37 +05:30
committed by mergify[bot]
parent bd3db134b9
commit 85670bad1f
6 changed files with 14 additions and 14 deletions

View File

@ -177,7 +177,7 @@ else
fi
# configure csi image version
CSI_IMAGE_VERSION=${CSI_IMAGE_VERSION:-"canary"}
CSI_IMAGE_VERSION=${CSI_IMAGE_VERSION:-"v3.6.0"}
#feature-gates for kube
K8S_FEATURE_GATES=${K8S_FEATURE_GATES:-""}