• D
    GitLab Managed App ensure helm version uses tls opts · c9b0ac5f
    Dylan Griffith 提交于
    The TLS opts were missing from helm version command which meant that it
    was just perpetually failing and hence wasting 30s of time waiting for a
    command to be successful that was never going to be successful. This
    never actually caused any errors because this loop will happily just
    fail 30 times without breaking the overall script but it was just a
    waste of installation time so now installing apps should be ~30s faster.
    c9b0ac5f
install_command.rb 2.4 KB