%global debug_package %{nil} Name: helmfile # renovate: datasource=github-releases depName=helmfile/helmfile Version: 0.170.0 Release: 1%{?dist} Summary: Declaratively deploy your Kubernetes manifests, Kustomize configs, and Charts as Helm releases License: MIT URL: https://github.com/helmfile/helmfile Source: %{url}/releases/download/v%{version}/%{name}_%{version}_linux_amd64.tar.gz %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 %autosetup -c %build %install install -p -D %{name} %{buildroot}%{_bindir}/%{name} %files %{_bindir}/%{name}