Skip to content

Commit

Permalink
deploy: change image versions to v3.7.0 instead of canary
Browse files Browse the repository at this point in the history
This commit change the required image tag to release 3.7 instead
of canary for v3.7 release

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
  • Loading branch information
humblec authored and mergify[bot] committed Aug 19, 2022
1 parent aaa3d4e commit 34fd27b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.env
Expand Up @@ -9,7 +9,7 @@
# get proporly expanded.
#
# cephcsi image version
CSI_IMAGE_VERSION=canary
CSI_IMAGE_VERSION=v3.7.0

# Ceph version to use
BASE_IMAGE=quay.io/ceph/ceph:v17
Expand Down
2 changes: 1 addition & 1 deletion scripts/minikube.sh
Expand Up @@ -177,7 +177,7 @@ else
fi

# configure csi image version
CSI_IMAGE_VERSION=${CSI_IMAGE_VERSION:-"canary"}
CSI_IMAGE_VERSION=${CSI_IMAGE_VERSION:-"v3.7.0"}

#feature-gates for kube
K8S_FEATURE_GATES=${K8S_FEATURE_GATES:-""}
Expand Down

0 comments on commit 34fd27b

Please sign in to comment.