Skip to content

Commit b1ecd37

Browse files
committed
Fixed deployment version and added TD release
1 parent 8f89cae commit b1ecd37

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deployment/K8S/helm/teamdojo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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` | |

deployment/K8S/helm/teamdojo/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ image:
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

99
imagePullSecrets: []
1010
nameOverride: ""

src/main/docker/app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: '3.8'
33
services:
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

0 commit comments

Comments
 (0)