mirror of
https://github.com/Dannecron/netology-devops-gw-infra.git
synced 2025-12-25 15:22:36 +03:00
[stage-5] fix tag.jenkinsfile
This commit is contained in:
@@ -82,7 +82,7 @@ podTemplate(
|
|||||||
dir('infra') {
|
dir('infra') {
|
||||||
echo "start deploy with version ${tagName}"
|
echo "start deploy with version ${tagName}"
|
||||||
sh """
|
sh """
|
||||||
helm --namespace=default upgrade --set 'image.tag=${tagName}' simple-app k8s/helm/simple-app
|
helm --namespace=default upgrade --install --set 'image.tag=${tagName}' simple-app k8s/helm/simple-app
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user