diff --git a/Jenkinsfile b/Jenkinsfile index 87ff6da7..0d1b134c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -102,7 +102,7 @@ pipeline { container('kubectl') { withKubeConfig([credentialsId: 'ci-bot-okd-c1-token', serverUrl: 'https://api.okd-c1.eclipse.org:6443']) { sh ''' - ./kubernetes/helm-deploy.sh production "${IMAGE_NAME}" + ./kubernetes/helm-deploy.sh production "${IMAGE_TAG}" ''' } }