about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gn/packages/helm.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gn/packages/helm.scm b/gn/packages/helm.scm
index 836632c..03b0255 100644
--- a/gn/packages/helm.scm
+++ b/gn/packages/helm.scm
@@ -9,14 +9,14 @@
 (define-public helm
   (package
     (name "helm")
-    (version "2.16.0")
+    (version "3.0.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://get.helm.sh/helm-v"
                                   version "-linux-amd64.tar.gz"))
               (sha256
                (base32
-                "14lqzw1vqvwmpa39hjb5y81pmkrx5f900ni192gjcfx3hbsj949d"))))
+                "1p60v2ij06nxa60ks9l1qgb3vvz19f93mf9cgcfjn1k3lb6gvq8h"))))
     (build-system trivial-build-system)
     (arguments
      `(#:modules ((guix build utils))
@@ -34,7 +34,6 @@
            (chdir "linux-amd64")
            (chmod "helm" #o555)
            (install-file "helm" bin)
-           (install-file "tiller" bin)
            (install-file "LICENSE" (string-append out "/share/doc/"
                                                   ,name "-" ,version)))
          #t)))