SHA256
1
0
forked from pool/helmfile
helmfile/_service
Manfred Hollstein b0b240a73a Accepting request 846952 from home:manfred-h:Cubic
Update to final issue of release v0.132:

- v0.132.3: Fix redundant helm-dep-build and prepare hook regression
  (#1566)
  * bdbaa00 (HEAD, tag: v0.132.3, master) Fix redundant helm-dep-build
    and prepare hook regression (#1566)
- v0.132.2: Fix `helmfile --selector x=y template` with `needs`
  (#1564)
  * 87e86dc (HEAD, tag: v0.132.2, origin/master, origin/HEAD, master)
    Fix helmfile --selector x=y template with needs (#1564)
  * 995b201 mention Arch Linux support (#1549)

OBS-URL: https://build.opensuse.org/request/show/846952
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=23
2020-11-08 15:52:48 +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.3</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>