Skip to content

Commit 615d1d1

Browse files
committed
[OPB-xxx] updating abstracto version to 1.6.8 for fixes
preparing for release
1 parent 2926d9f commit 615d1d1

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
REGISTRY_PREFIX=harbor.sheldan.dev/oneplus-bot/
22
ABSTRACTO_PREFIX=harbor.sheldan.dev/abstracto/
3-
VERSION=1.7.0
4-
ABSTRACTO_VERSION=1.6.4
3+
VERSION=1.7.1
4+
ABSTRACTO_VERSION=1.6.8

deployment/helm/oneplus-bot/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
name: oneplus-bot
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: 1.7.0
5+
version: 1.7.1

deployment/helm/oneplus-bot/values.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ bot:
33
repository: harbor.sheldan.dev/oneplus-bot
44
pullPolicy: IfNotPresent
55
image: oneplus-bot-image
6-
tag: 1.7.0
6+
tag: 1.7.1
77
livenessProbe:
88
initialDelaySeconds: 60
99
periodSeconds: 5
@@ -22,23 +22,23 @@ templateDeployment:
2222
repository: harbor.sheldan.dev/abstracto
2323
pullPolicy: Always
2424
image: abstracto-template-deployment
25-
tag: 1.6.4
25+
tag: 1.6.8
2626
templateDeploymentData:
2727
repository: harbor.sheldan.dev/oneplus-bot
2828
pullPolicy: Always
2929
image: oneplus-bot-template-data
30-
tag: 1.7.0
30+
tag: 1.7.1
3131
dbConfigDeployment:
3232
enabled: true
3333
repository: harbor.sheldan.dev/abstracto
3434
pullPolicy: Always
3535
image: abstracto-db-deployment
36-
tag: 1.6.4
36+
tag: 1.6.8
3737
dbConfigDeploymentData:
3838
repository: harbor.sheldan.dev/oneplus-bot
3939
pullPolicy: Always
4040
image: oneplus-bot-db-data
41-
tag: 1.7.0
41+
tag: 1.7.1
4242
dbCredentials:
4343
host: null
4444
port: null
@@ -51,7 +51,7 @@ privateRestApi:
5151
repository: harbor.sheldan.dev/oneplus-bot
5252
pullPolicy: Always
5353
image: oneplus-bot-private-rest-api
54-
tag: 1.7.0
54+
tag: 1.7.1
5555
podAnnotations: {}
5656
podSecurityContext: {}
5757
securityContext: {}
@@ -82,7 +82,7 @@ restApi:
8282
repository: harbor.sheldan.dev/oneplus-bot
8383
pullPolicy: Always
8484
image: oneplus-bot-rest-api
85-
tag: 1.7.0
85+
tag: 1.7.1
8686
podAnnotations: {}
8787
podSecurityContext: {}
8888
securityContext: {}

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<properties>
1818
<maven.compiler.target>17</maven.compiler.target>
1919
<maven.compiler.source>17</maven.compiler.source>
20-
<abstracto.version>1.6.4</abstracto.version>
21-
<abstracto.templates.version>1.4.55</abstracto.templates.version>
20+
<abstracto.version>1.6.8</abstracto.version>
21+
<abstracto.templates.version>1.4.56</abstracto.templates.version>
2222
</properties>
2323

2424
<modules>

0 commit comments

Comments
 (0)