SHA256
1
0
forked from pool/helmfile
helmfile/_service
Manfred Hollstein 003f6269dd Accepting request 867921 from home:manfred-h:Cubic
- v0.138.1: fix: fixed up OCI repos so they support paths and URLs
  that differ fr…
  * 8212b63 (HEAD, tag: v0.138.1, origin/master, origin/HEAD, master)
  fix: fixed up OCI repos so they support paths and URLs that differ
  from chart names contained there (#1661)
- v0.138.0: feat: added in oci repository flag and added helm
  methods to pull and…
  * 2a71640 (HEAD, tag: v0.138.0, origin/master, origin/HEAD, master)
  feat: added in oci repository flag and added helm methods to pull
  and export charts (#1629)

OBS-URL: https://build.opensuse.org/request/show/867921
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=35
2021-01-30 10:08:57 +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.138.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>