Skip to content
This repository has been archived by the owner on Nov 22, 2018. It is now read-only.

Releases: helm/helm-classic

Introducing Helm

04 Nov 22:37
Compare
Choose a tag to compare

This introductory release provides the core tools needed to work with a Helm Charts repository. This initial version provides the following commands:

   update, up   Get the latest version of all Charts from GitHub.
   fetch    Fetch a Chart to your working directory.
   remove, rm   Removes a Chart from your working directory.
   install  Install a named package into Kubernetes.
   uninstall    Uninstall a named package from Kubernetes.
   create   Create a chart in the local workspace.
   edit     Edit a named chart in the local workspace.
   publish  Publish a named chart to the git checkout.
   list     List all fetched packages.
   search   Search for a package.
   info     Print information about a Chart.
   target   Displays information about cluster.
   help, h  Shows a list of commands or help for one command

You can head over to https://github.com/deis/charts to see the beginnings of our Charts repository.

Preview

02 Nov 20:42
Compare
Choose a tag to compare

This is an unstable preview release of the Helm platform.