Package Details: kubernetes-helmfile-bin 0.145.2-3

Git Clone URL: https://aur.archlinux.org/kubernetes-helmfile-bin.git (read-only, click to copy)
Package Base: kubernetes-helmfile-bin
Description: (DEPRECATED) Deploy Kubernetes Helm Charts
Upstream URL: https://github.com/helmfile/helmfile
Keywords: helm helmfile kubernetes
Licenses: MIT
Submitter: AnatolyRugalev
Maintainer: AnatolyRugalev
Last Packager: AnatolyRugalev
Votes: 6
Popularity: 0.000000
First Submitted: 2018-07-07 10:57 (UTC)
Last Updated: 2022-08-09 16:36 (UTC)

Latest Comments

1 2 Next › Last »

AnatolyRugalev commented on 2022-08-09 16:41 (UTC)

This package is officially deprecated in the favor of community/helmfile

arm64 version is also available here

AnatolyRugalev commented on 2022-08-09 09:29 (UTC)

It seems that there's a community/helmfile package now, but it got stale because of the repo switch. I've opened a discussion here

AnatolyRugalev commented on 2022-08-09 07:58 (UTC)

Thanks for the update, @smahs. I stopped receiving release notifications because they switched the repo, and also it seems they also repackaged binaries into tar.gz.

I will update the script shortly

smahs commented on 2022-08-09 01:39 (UTC)

URL needs to be changed to: https://github.com/helmfile/helmfile Also the latest upstream release version is 0.145.2

AnatolyRugalev commented on 2022-04-13 22:11 (UTC) (edited on 2022-04-13 22:11 (UTC) by AnatolyRugalev)

Hey @zer0def, sorry that it took more than a year to address your suggestion. I am getting back to maintaining this package and appreciate your input.

Added support for missing architectures and also updated the package to the latest version. I don't posses any arm nor *86 linux system, so I will have to rely on the feedback here to address issues if any.

-- Toly

zer0def commented on 2021-01-01 15:09 (UTC) (edited on 2021-01-02 18:38 (UTC) by zer0def)

Since 0.136.0 Helmfile upstream is publishing binaries for arm64, so here's a patchset attempting to accomodate this improvement: https://github.com/zer0def/PKGBUILDs/commit/da4a5dfb93b591c70114c21a35cd6258c600a682.patch

AnatolyRugalev commented on 2020-08-27 11:30 (UTC)

Update helmfile if you experience helmfile crashing when using helm 3.3

Related issue: https://github.com/roboll/helmfile/issues/1427

oik741 commented on 2020-05-29 14:31 (UTC)

Please update to the latest version(0.118.3) Here is patch: https://pastebin.com/2JWYfPK0

UnicornDarkness commented on 2020-04-08 06:32 (UTC)

@AnatolyRugalev: helm is now in [community].

st0rmingbr4in commented on 2020-02-05 21:29 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index ba142bc..29a58af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Anatoly Rugalev <anatoly.rugalev gmail com>

 pkgname=kubernetes-helmfile-bin
-pkgver=0.93.2
+pkgver=0.99.0
 pkgrel=1
 pkgdesc="Deploy Kubernetes Helm Charts"
 url="https://github.com/roboll/helmfile"
@@ -10,7 +10,7 @@ arch=('x86_64')
 depends=('kubernetes-helm-bin')

 source=("helmfile_linux_amd64_$pkgver::https://github.com/roboll/helmfile/releases/download/v$pkgver/helmfile_linux_amd64")
-sha256sums=('24bc54fae29d49db86c711581706582c59ed13030877456a2338080449ed9ba7')
+sha256sums=('590e50dee05b777aae10c10edae9a7eb06c4ef7fee6d23d88935e507abf428d9')
 package() {
   cd "$srcdir"
   install -d "$pkgdir/usr/bin"