Merge pull request #637 from Madhu-1/change-img-tag

Push cephcsi 1.2.1 image
This commit is contained in:
Humble Devassy Chirammal 2019-09-25 10:21:38 +05:30 committed by GitHub
commit f9dc39973f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
CONTAINER_CMD?=docker
CSI_IMAGE_NAME=$(if $(ENV_CSI_IMAGE_NAME),$(ENV_CSI_IMAGE_NAME),quay.io/cephcsi/cephcsi)
CSI_IMAGE_VERSION=$(if $(ENV_CSI_IMAGE_VERSION),$(ENV_CSI_IMAGE_VERSION),v1.2-canary)
CSI_IMAGE_VERSION=$(if $(ENV_CSI_IMAGE_VERSION),$(ENV_CSI_IMAGE_VERSION),v1.2.1)
$(info cephcsi image settings: $(CSI_IMAGE_NAME) version $(CSI_IMAGE_VERSION))

View File

@ -25,7 +25,7 @@ push_helm_charts() {
}
if [ "${TRAVIS_BRANCH}" == 'release-v1.2.0' ]; then
export ENV_CSI_IMAGE_VERSION='v1.2-canary'
export ENV_CSI_IMAGE_VERSION='v1.2.1'
else
echo "!!! Branch ${TRAVIS_BRANCH} is not a deployable branch; exiting"
exit 0 # Exiting 0 so that this isn't marked as failing

View File

@ -101,7 +101,7 @@ ssh)
;;
cephcsi)
echo "copying the cephcsi image"
copy_image_to_cluster "${CEPHCSI_IMAGE_REPO}"/cephcsi:v1.2-canary "${CEPHCSI_IMAGE_REPO}"/cephcsi:v1.2.0
copy_image_to_cluster "${CEPHCSI_IMAGE_REPO}"/cephcsi:v1.2.1 "${CEPHCSI_IMAGE_REPO}"/cephcsi:v1.2.0
;;
k8s-sidecar)
echo "copying the kubernetes sidecar images"