increment version to 0.1.1 for this rollout

This commit is contained in:
mykola2312 2024-03-16 11:01:17 +02:00
parent ea193a8b0f
commit 54e8158375
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View file

@ -13,7 +13,7 @@ node {
stage('Push') { stage('Push') {
docker.withRegistry('https://registry.hub.docker.com', 'a2aa5264-dce1-4054-8828-8db95e3c6c3c') { docker.withRegistry('https://registry.hub.docker.com', 'a2aa5264-dce1-4054-8828-8db95e3c6c3c') {
app.push('v0.1.0') app.push('v0.1.1')
} }
} }

View file

@ -19,7 +19,7 @@ spec:
service: bot service: bot
spec: spec:
containers: containers:
- image: mykola2312/mk-dl-bot:v0.1.0 - image: mykola2312/mk-dl-bot:v0.1.1
name: bot name: bot
envFrom: envFrom:
- secretRef: - secretRef: