Last active
August 18, 2017 21:47
-
-
Save wilmoore/f1a4de4c9e5a1bbf713aed929f36d09f to your computer and use it in GitHub Desktop.
Installs Kubernetes Helm 2.2.3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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