diff --git a/dell-csi-helm-installer/csi-offline-bundle.sh b/dell-csi-helm-installer/csi-offline-bundle.sh index 32590895..4cdfdbaa 100755 --- a/dell-csi-helm-installer/csi-offline-bundle.sh +++ b/dell-csi-helm-installer/csi-offline-bundle.sh @@ -91,8 +91,8 @@ build_image_manifest() { # Forming this only for drivers supporting standalone helm charts if [ ! -z ${DRIVERREPO} ]; then - echo "${DRIVERREPO}/${DRIVERNAME}\:v${DRIVERVERSIONVALUESYAML}" - echo "${DRIVERREPO}/${DRIVERNAME}:v${DRIVERVERSIONVALUESYAML}" >> "${IMAGEMANIFEST}.tmp" + echo "${DRIVERREPO}/${DRIVERNAME}\:${DRIVERVERSIONVALUESYAML}" + echo "${DRIVERREPO}/${DRIVERNAME}:${DRIVERVERSIONVALUESYAML}" >> "${IMAGEMANIFEST}.tmp" fi # sort and uniqify the list cat "${IMAGEMANIFEST}.tmp" | sort | uniq > "${IMAGEMANIFEST}"