diff --git a/Jenkinsfile b/Jenkinsfile index 3948fbe..a4d344a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ spec: stage('Build with Kaniko') { git branch: 'master', url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-helm-python.git', credentialsId: 'jenkins-to-git' container('kaniko') { - sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/helm-3:v3.4.2 --destination=harbor.ervine.dev/public/x86_64/alpine/helm-3:v3.13.2' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/helm-3:v3.5.3 --destination=harbor.ervine.dev/public/x86_64/alpine/helm-3:v3.13.2' } } stage('Notify gchat') {