Skip to content

Commit

Permalink
Merge branch 'main' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
fredg02 committed Aug 14, 2024
2 parents 0430a1d + 3349a3b commit 39c9dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
'''
}
}
Expand Down

0 comments on commit 39c9dd9

Please sign in to comment.