File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
deployment/K8S/helm/teamdojo Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Kubernetes: `>=v1.11.0-0`
3737| fullnameOverride | string | ` "" ` | |
3838| image.pullPolicy | string | ` "IfNotPresent" ` | |
3939| image.repository | string | ` "docker.io/iteratec/teamdojo" ` | |
40- | image.tag | string | ` "2.0.0-alpha1 " ` | |
40+ | image.tag | string | ` "2.0.0" ` | |
4141| imagePullSecrets | list | ` [] ` | |
4242| ingress.annotations | object | ` {} ` | |
4343| ingress.enabled | bool | ` false ` | |
Original file line number Diff line number Diff line change 44 repository : docker.io/iteratec/teamdojo
55 pullPolicy : IfNotPresent
66 # Overrides the image tag whose default is the chart appVersion.
7- tag : 2.0.0-alpha3
7+ tag : 2.0.0
88
99imagePullSecrets : []
1010nameOverride : " "
Original file line number Diff line number Diff line change 22version : ' 3.8'
33services :
44 teamdojo-app :
5- image : docker.io/iteratec/teamdojo:2.0.0-alpha3
5+ image : docker.io/iteratec/teamdojo:2.0.0
66 environment :
77 - _JAVA_OPTIONS=-Xmx512m -Xms256m
88 - SPRING_PROFILES_ACTIVE=prod,api-docs
You can’t perform that action at this time.
0 commit comments