Skip to content

Commit

Permalink
fix offline installer bug. (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
VamsiSiddu-7 committed Jun 20, 2023
1 parent 3825a76 commit fea900f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dell-csi-helm-installer/csi-offline-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit fea900f

Please sign in to comment.