diff --git a/Jenkinsfile b/Jenkinsfile index cfe5318..0a04343 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('v1.0.0') + app.push('v1.0.1') } } diff --git a/k8s/02_deployment.yml b/k8s/02_deployment.yml index c5f9c6b..adbacd9 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:v1.0.0 + - image: mykola2312/mk-dl-bot:v1.0.1 name: bot envFrom: - secretRef: