mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-30 19:29:11 +01:00
upload helm chart on deploy
This commit is contained in:
@@ -134,6 +134,17 @@
|
||||
<autoDetectLocalHelmBinary>false</autoDetectLocalHelmBinary>
|
||||
<appVersion>${project.version}</appVersion>
|
||||
<helmDownloadUrl>https://get.helm.sh/helm-v${helm.version}-${helm.os}-${helm.arch}.tar.gz</helmDownloadUrl>
|
||||
<!-- TODO urls and snapshot handling -->
|
||||
<uploadRepoStable>
|
||||
<name>local-nexus</name>
|
||||
<url>http://localhost:8081/repository/helm-releases/</url>
|
||||
<type>ARTIFACTORY</type>
|
||||
</uploadRepoStable>
|
||||
<uploadRepoSnapshot>
|
||||
<name>local-nexus</name>
|
||||
<url>http://localhost:8081/repository/helm-releases/</url>
|
||||
<type>ARTIFACTORY</type>
|
||||
</uploadRepoSnapshot>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user