diff --git a/Jenkinsfile b/Jenkinsfile index a7f4365..c120832 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ node { stage('Push') { docker.withRegistry('https://registry.hub.docker.com', 'a2aa5264-dce1-4054-8828-8db95e3c6c3c') { - app.push('v0.1.0') + app.push('v0.1.1') } } diff --git a/k8s/02_deployment.yml b/k8s/02_deployment.yml index 364311f..207fb6c 100644 --- a/k8s/02_deployment.yml +++ b/k8s/02_deployment.yml @@ -19,7 +19,7 @@ spec: service: bot spec: containers: - - image: mykola2312/mk-dl-bot:v0.1.0 + - image: mykola2312/mk-dl-bot:v0.1.1 name: bot envFrom: - secretRef: