SHA256
1
0
forked from pool/helmfile

Accepting request 822745 from home:manfred-h

Upgrade to helmfile v0.125

OBS-URL: https://build.opensuse.org/request/show/822745
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=5
This commit is contained in:
2020-07-25 07:55:50 +00:00
committed by Git OBS Bridge
parent 3ea73d0993
commit c7e3592541
7 changed files with 36 additions and 10 deletions

View File

@@ -16,9 +16,9 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define git_commit 4bbb1699a3d35b0af68630f7df7312dd63df6c88
%define git_commit ee8ea507a6c33eb0ce288059856c37fdee88f4d0
Name: helmfile
Version: 0.121.1
Version: 0.125.0
Release: 0
Summary: Deploy Kubernetes Helm Charts
License: MIT
@@ -50,7 +50,7 @@ delegates to helm - as a result, helm must be installed.
go build -mod=vendor -buildmode=pie
%install
make TAG=%{version} install
make TAG=v%{version} install
mkdir -p %{buildroot}%{_bindir}
install -m755 ${HOME}/go/bin/helmfile %{buildroot}/%{_bindir}/helmfile