upload helm chart on deploy

This commit is contained in:
Sebastian Sdorra
2020-05-04 20:28:57 +02:00
parent 7bad2bf0c1
commit cd3822c83c

View File

@@ -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>