github gruntwork-io/kubergrunt v0.3.1

latest releases: v0.15.0, v0.15.0-alpha.2, v0.15.0-alpha.1...
5 years ago

Commands Affected

  • helm deploy
  • helm configure

Description

This release introduces the following new feature:

  • You can now specify the Tiller container image to use with helm deploy, using the --tiller-image and --tiller-version flags.

This release fixes the following bugs:

  • helm deploy had a bug where the client was configured after Tiller was confirmed to be deployed. However, the Tiller deployment check requires connecting to Tiller, leading to a chicken and egg problem. This fixes that by delaying the polling step until after the client has been granted access and configured.
  • helm configure did not setup the helm home directory with the initial set of repository, leading the operator to run the repo update command immediately after configuring. This fixes that by installing the stable repo as part of configure.
  • helm deploy required finding the executable kubergrunt in the PATH, exactly as is. This removes that need.

Additional improvements:

  • helm deploy now uses the helm go library instead of calling out to the helm client.

Reference

Don't miss a new kubergrunt release

NewReleases is sending notifications on new releases.