Skip to content

Commit

Permalink
Use Helm for deployment in CI build (only for staging for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredg02 committed Aug 8, 2024
1 parent accbf6e commit 19caa2a
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 @@ -87,7 +87,7 @@ pipeline {
container('kubectl') {
withKubeConfig([credentialsId: 'ci-bot-okd-c1-token', serverUrl: 'https://api.okd-c1.eclipse.org:6443']) {
sh '''
./kubernetes/gen-deployment.sh staging "${IMAGE_NAME}:${IMAGE_TAG}" | kubectl apply -f -
./kubernetes/helm-deploy.sh staging "${IMAGE_TAG}"
'''
}
}
Expand Down

0 comments on commit 19caa2a

Please sign in to comment.