File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
deployment/helm/oneplus-bot Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11REGISTRY_PREFIX = harbor.sheldan.dev/oneplus-bot/
22ABSTRACTO_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
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ apiVersion: v2
22name : oneplus-bot
33description : A Helm chart for Kubernetes
44type : application
5- version : 1.7.0
5+ version : 1.7.1
Original file line number Diff line number Diff line change 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
2626templateDeploymentData :
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
3131dbConfigDeployment :
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
3737dbConfigDeploymentData :
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
4242dbCredentials :
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 : {}
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments