Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active August 18, 2017 21:47
Show Gist options
  • Save wilmoore/f1a4de4c9e5a1bbf713aed929f36d09f to your computer and use it in GitHub Desktop.
Save wilmoore/f1a4de4c9e5a1bbf713aed929f36d09f to your computer and use it in GitHub Desktop.
Installs Kubernetes Helm 2.2.3
class KubernetesHelm223 < Formula
desc "Installs Kubernetes Helm 2.2.3"
homepage "https://helm.sh"
url "https://storage.googleapis.com/kubernetes-helm/helm-v2.2.3-darwin-amd64.tar.gz"
sha256 "64420d467e03ceb666a4f22b89e08b93c06f76f5917fe539860b04cd5e5e515f"
head "https://github.com/kubernetes/helm.git"
def install
bin.install "helm"
end
test do
system bin/"helm", "version" "--client" "2>&1"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment