Skip to content

Commit

Permalink
Fixed deployment version and added TD release
Browse files Browse the repository at this point in the history
  • Loading branch information
rseedorff committed Aug 29, 2022
1 parent 8f89cae commit b1ecd37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployment/K8S/helm/teamdojo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Kubernetes: `>=v1.11.0-0`
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"docker.io/iteratec/teamdojo"` | |
| image.tag | string | `"2.0.0-alpha1"` | |
| image.tag | string | `"2.0.0"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.enabled | bool | `false` | |
Expand Down
2 changes: 1 addition & 1 deletion deployment/K8S/helm/teamdojo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
repository: docker.io/iteratec/teamdojo
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 2.0.0-alpha3
tag: 2.0.0

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3.8'
services:
teamdojo-app:
image: docker.io/iteratec/teamdojo:2.0.0-alpha3
image: docker.io/iteratec/teamdojo:2.0.0
environment:
- _JAVA_OPTIONS=-Xmx512m -Xms256m
- SPRING_PROFILES_ACTIVE=prod,api-docs
Expand Down

0 comments on commit b1ecd37

Please sign in to comment.