Differences from Helm Classic:

    • Helm now has both a client () and a server (tiller). Theserver runs inside of Kubernetes, and manages your resources.
    • Helm’s chart format has changed for the better:
      • Dependencies are immutable and stored inside of a chart’s directory.
      • Charts can be loaded from directories or from chart archive files
      • Helm supports Go templates without requiring you to run generateor commands.
      • Helm makes it easy to configure your releases – and share theconfiguration with the rest of your team.
    • The Helm workspace is gone. You can now work anywhere on yourfilesystem that you want to work.