mirror of
https://github.com/mainnika/nikita-tokarch-uk.git
synced 2026-05-25 01:03:35 +00:00
Add helm install flag in Jenkinsfile
Include the helm install flag in the Jenkinsfile pipeline step for deploying applications.
This commit is contained in:
Vendored
+1
@@ -74,6 +74,7 @@ pipeline {
|
||||
sh """
|
||||
"${env.WORKSPACE}/${WS_BIN}/linux-amd64/helm" upgrade ${params.RELEASE_NAME} * \
|
||||
--namespace ${params.RELEASE_NAMESPACE} \
|
||||
--install \
|
||||
--create-namespace \
|
||||
--dependency-update \
|
||||
--reset-values \
|
||||
|
||||
Reference in New Issue
Block a user