forked from pool/helmfile
Manfred Hollstein
93c3d20220
- v0.143.0: * (HEAD, tag: v0.143.0) Fix panic on normalizing path containing .. (#2042) * add cleanup to write-values & lint to harmonise this flag (#2021) * Correct enabled property in helmfile list (#1921) * Add readDir as a templating function (#1934) * Set postsync and cleanup error (#2009) * Bump sprig library to v3.2.1 (#1880) * Allow users other than root to use helm plugins (#1766) * Added example ArgoCD + helmfile deployment (#1882) * Update README.md * Bump helm-diff to version 3.3.1 (#2041) * feat: Option to pass kubeVersion to helm template (#2002) * support apple silicon builds (#2032) * Bumped go-getter to v1.5.9 (#1982) * Fix capitalization of disableOpenAPIValidation config in README (#2003) * bump to go 1.17.3 with alpine 3.13 (#2024) * upgrade vals allowing for the use of the AzureRM terraform backend (#2029) * Add support for --insecure-skip-tls-verify flag on helm repo add command (#1990) * feat: Add go-getter support to load base helmfiles (#1998) * Do fail on a possible typo in needs entries (#2026) * Fix typo in README (#2006) OBS-URL: https://build.opensuse.org/request/show/948205 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=53
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.143.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>
|