2020-07-17 15:08:31 +02:00
|
|
|
#
|
|
|
|
# spec file for package helmfile
|
|
|
|
#
|
|
|
|
# Copyright (c) 2020 SUSE LLC
|
|
|
|
# 2020 Manfred Hollstein <manfred.h@gmx.net>
|
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
Accepting request 827381 from home:manfred-h
- v0.125.7: Fix regression installing raw K8s manifests (#1417)
* a9aa7af (HEAD, tag: v0.125.7, origin/master, origin/HEAD, master)
Fix regression installing raw K8s manifests (#1417)
* 738409e Fix regression for helmfile template with helm v2 since
v0.125.4 (#1416)
- v0.125.6: Revert filtering on repositories to be updated (#1412)
* ec87a39 (HEAD, tag: v0.125.6, origin/master, origin/HEAD, master)
Revert filtering on repositories to be updated (#1412)
* ab1c118 Bump chartify to v0.4.0 (#1409)
* c8c444d Add test case (#1410)
- v0.125.5: Fix chart fetched by go-getter not to fail due to missing
dependencies
* 9a03d79 (HEAD, tag: v0.125.5, origin/master, origin/HEAD, master)
Fix chart fetched by go-getter not to fail due to missing
dependencies (#1408)
- v0.125.4: Fix race on/sometimes missing postsync and cleanup hooks
(#1407)
* 0ef7e65 (HEAD, tag: v0.125.4, origin/master, origin/HEAD, master)
Fix race on/sometimes missing postsync and cleanup hooks (#1407)
* 61b61d3 Fix helmfile template with Helm 3 ignoring chart version
(#1406)
* 2710cb3 Fix go-getter URL in chart to actually work (#1405)
* 4d7fcd8 doc: ArgoCD integration (#1402)
OBS-URL: https://build.opensuse.org/request/show/827381
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=9
2020-08-17 17:56:13 +02:00
|
|
|
%define git_commit a9aa7af5725ddf95b73b783202ec953897d67240
|
2020-07-17 15:08:31 +02:00
|
|
|
Name: helmfile
|
Accepting request 827381 from home:manfred-h
- v0.125.7: Fix regression installing raw K8s manifests (#1417)
* a9aa7af (HEAD, tag: v0.125.7, origin/master, origin/HEAD, master)
Fix regression installing raw K8s manifests (#1417)
* 738409e Fix regression for helmfile template with helm v2 since
v0.125.4 (#1416)
- v0.125.6: Revert filtering on repositories to be updated (#1412)
* ec87a39 (HEAD, tag: v0.125.6, origin/master, origin/HEAD, master)
Revert filtering on repositories to be updated (#1412)
* ab1c118 Bump chartify to v0.4.0 (#1409)
* c8c444d Add test case (#1410)
- v0.125.5: Fix chart fetched by go-getter not to fail due to missing
dependencies
* 9a03d79 (HEAD, tag: v0.125.5, origin/master, origin/HEAD, master)
Fix chart fetched by go-getter not to fail due to missing
dependencies (#1408)
- v0.125.4: Fix race on/sometimes missing postsync and cleanup hooks
(#1407)
* 0ef7e65 (HEAD, tag: v0.125.4, origin/master, origin/HEAD, master)
Fix race on/sometimes missing postsync and cleanup hooks (#1407)
* 61b61d3 Fix helmfile template with Helm 3 ignoring chart version
(#1406)
* 2710cb3 Fix go-getter URL in chart to actually work (#1405)
* 4d7fcd8 doc: ArgoCD integration (#1402)
OBS-URL: https://build.opensuse.org/request/show/827381
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=9
2020-08-17 17:56:13 +02:00
|
|
|
Version: 0.125.7
|
2020-07-17 15:08:31 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Deploy Kubernetes Helm Charts
|
|
|
|
License: MIT
|
|
|
|
Group: Development/Languages/Other
|
|
|
|
URL: https://github.com/roboll/helmfile
|
|
|
|
Source: %{name}-%{version}.tar.gz
|
|
|
|
Source1: vendor.tar.gz
|
|
|
|
Requires: helm
|
|
|
|
BuildRequires: golang-packaging
|
|
|
|
BuildRequires: xz
|
|
|
|
BuildRequires: golang(API) >= 1.14
|
|
|
|
%{go_nostrip}
|
|
|
|
%{go_provides}
|
|
|
|
|
|
|
|
%description
|
|
|
|
Helmfile is a declarative spec for deploying helm charts. It lets you...
|
|
|
|
|
|
|
|
* Keep a directory of chart value files and maintain changes in version control.
|
|
|
|
* Apply CI/CD to configuration changes.
|
|
|
|
* Periodically sync to avoid skew in environments.
|
|
|
|
|
|
|
|
To avoid upgrades for each iteration of helm, the helmfile executable
|
|
|
|
delegates to helm - as a result, helm must be installed.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -qa1
|
|
|
|
|
|
|
|
%build
|
|
|
|
go build -mod=vendor -buildmode=pie
|
|
|
|
|
|
|
|
%install
|
2020-07-25 09:55:50 +02:00
|
|
|
make TAG=v%{version} install
|
2020-07-17 15:08:31 +02:00
|
|
|
mkdir -p %{buildroot}%{_bindir}
|
2020-07-21 15:16:49 +02:00
|
|
|
install -m755 ${HOME}/go/bin/helmfile %{buildroot}/%{_bindir}/helmfile
|
2020-07-17 15:08:31 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%doc README.md
|
|
|
|
%license LICENSE
|
|
|
|
%{_bindir}/helmfile
|
|
|
|
|
|
|
|
%changelog
|