[stage-5] fix tag.jenkinsfile

This commit is contained in:
2023-04-03 10:33:30 +07:00
parent 6b854065f7
commit cc58eef44f

View File

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