Skip to content

Commit

Permalink
fix differeing architecture helm install (#110)
Browse files Browse the repository at this point in the history
Co-authored-by: alianides <[email protected]>
  • Loading branch information
alexlianides and alianides committed Aug 28, 2024
1 parent 27c2887 commit 30ff9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/m_30_app_prereqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ function _app_install_for_helm(){
echo "...app '${app_name}' not found at '${source}'. Starting download from '${url}' to '${destination}'..."
run_a_script "curl --silent --fail --create-dirs --output ${_helm_install_temp_dir}/helm-${VER_HELM}-linux-${HOST_ARCHITECTURE}.tar.gz -L ${url}" --disable_log

run_a_script "tar -xf '${_helm_install_temp_dir}/helm-${VER_HELM}-linux-${HOST_ARCHITECTURE}.tar.gz' --directory '${_helm_install_temp_dir}' linux-${ARCHITECTURE}/helm" --disable_log
run_a_script "tar -xf '${_helm_install_temp_dir}/helm-${VER_HELM}-linux-${HOST_ARCHITECTURE}.tar.gz' --directory '${_helm_install_temp_dir}' linux-${HOST_ARCHITECTURE}/helm" --disable_log
run_a_script "mv ${_helm_install_temp_dir}/linux-${HOST_ARCHITECTURE}/helm ${destination}" --disable_log
run_a_script "rm ${_helm_install_temp_dir} -rf" --disable_log
fi
Expand Down

0 comments on commit 30ff9c0

Please sign in to comment.