Skip to main content

helm.sh

Runs Helm's official install script from the upstream helm/helm repository.

What the Script Does

The current wrapper in static/helm.sh is intentionally minimal:

curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-4 | sh

That means installation behavior, platform support, and most checks come from Helm's upstream installer rather than custom logic in this repo.

Quick Install

curl -fsSL https://awsutils.github.io/helm.sh | bash

Prerequisites

  • bash
  • curl
  • Any requirements imposed by Helm's upstream install script

Verify

helm version
helm help

Notes

  • This repo does not pin a Helm version
  • The wrapper currently delegates entirely to Helm's get-helm-4 installer
  • If upstream changes installation behavior, this wrapper changes with it

Typical Next Step

helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo update