SHA256
1
0
forked from pool/helmfile
helmfile/_service
Manfred Hollstein 9ed883c4ed Accepting request 844396 from home:manfred-h:Cubic
- v0.132.1: Disable dependency update while running helm-x/chartify
  in more cases…
  * 0663831 (HEAD, tag: v0.132.1, origin/master, origin/HEAD, master)
    Disable dependency update while running helm-x/chartify in more
    cases (#1548)
  * afb2653 fix: printing error to stdout together with templated
    resources (#1550)

OBS-URL: https://build.opensuse.org/request/show/844396
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=21
2020-10-27 17:42:26 +00:00

20 lines
719 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/roboll/helmfile.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">v0.132.1</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">helmfile-*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">helmfile</param>
</service>
<service name="go_modules" mode="disabled"/>
</services>