From 02758f67898b23cb51f3ccc5fb02de907332fd74 Mon Sep 17 00:00:00 2001 From: mykola2312 <49044616+mykola2312@users.noreply.github.com> Date: Thu, 12 Sep 2024 13:19:29 +0300 Subject: [PATCH] v1.0.1: bump package versions --- Jenkinsfile | 2 +- k8s/02_deployment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: