forked from pool/helmfile
- v0.132.0: Minor README improvement (#1543) * 9ec4a85 (HEAD, tag: v0.132.0, origin/master, origin/HEAD, master) Minor README improvement (#1543) * 4d86879 Improve capitalization and formats of README.md. (#1545) * 1aca099 feat: Upgrade to kubectl version supported by latest stable release and upgrade helm3 to 3.3.4 (#1498) * f5d0988 Retain the option helm repo add --force-update when Helm is v3.3.4 or above. (#1546) - v0.131.0: Bump chartify to 0.4.4 (#1540) * 080080f (HEAD, tag: v0.131.0, origin/master, origin/HEAD, master) Bump chartify to 0.4.4 (#1540) * cd4afc3 Remove duplicated logs from helm.exec. (#1538) * 8f86697 Support for azure acr helm repositories (#1526) OBS-URL: https://build.opensuse.org/request/show/843375 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=19
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.132.0</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>
|