forked from pool/helmfile
Manfred Hollstein
955f283268
- v0.140.1: * 787e6c8 (HEAD, tag: v0.140.1) ubuntu docker based image for helmfile (#1863) * 724b4b3 readme: fix wrong paths for environments on conf example (#1885) * 2792ef7 bug: write-values deletes provided --values files. (#1905) * f57b510 Fix json patches and strategic patches to do work when there was only one resource in the targeted chart/directory (#1962) * 7845ccc Stop integration test for Helm 2.17.0 (#1961) * e1cabc8 Add support for --validate on chartify (#1960) * 0f91f2c Add IKEA to users. (#1925) * 8594944 Update writing-helmfile.md (#1937) * ae438c8 Add more examples for remote env value files (#1938) * ad2f8e8 Add debian docker image, drop helm2, upgrade packages. (#1956) OBS-URL: https://build.opensuse.org/request/show/919664 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=50
20 lines
719 B
Plaintext
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.140.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>
|