SHA256
1
0
forked from pool/helmfile
helmfile/_service
Manfred Hollstein 25e02cf951 Accepting request 1191499 from home:manfred-h:devel:kubic
- Update to version 0.167.1:
  * build(deps): bump github.com/aws/aws-sdk-go from 1.55.3 to
    1.55.4 by @dependabot in #1649
  * fix(oci): use output-dir-template in path if specified by
    @henkka in #1648
  * build(deps): bump github.com/aws/aws-sdk-go from 1.55.4 to
    1.55.5 by @dependabot in #1651
  * build(deps): helm-s3: v0.16.0 -> v0.16.2 by @yxxhero in #1652

OBS-URL: https://build.opensuse.org/request/show/1191499
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=117
2024-08-04 06:50:03 +00:00

20 lines
713 B
Plaintext

<services>
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/helmfile/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.167.1</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="manual">
<param name="file">helmfile-*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="manual">
<param name="basename">helmfile</param>
</service>
<service name="go_modules" mode="manual"/>
</services>