v1.0.1: bump package versions

This commit is contained in:
mykola2312 2024-09-12 13:19:29 +03:00
parent a054bf3dbe
commit 02758f6789
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('v1.0.0') app.push('v1.0.1')
} }
} }

View file

@ -19,7 +19,7 @@ spec:
service: bot service: bot
spec: spec:
containers: containers:
- image: mykola2312/mk-dl-bot:v1.0.0 - image: mykola2312/mk-dl-bot:v1.0.1
name: bot name: bot
envFrom: envFrom:
- secretRef: - secretRef: