File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
deployment/K8S/helm/teamdojo Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 49
49
DOCKER_TAG=${GIT_TAG#:refs/heads/main}
50
50
# ### Modification-Start ###
51
51
# temporary tag override
52
- DOCKER_TAG=":2.0.1 "
52
+ DOCKER_TAG=":2.1.0-alpha1 "
53
53
# ### Modification-End ###
54
54
./gradlew jib -Djib.to.image=docker.io/iteratec/teamdojo${DOCKER_TAG} -Djib.to.auth.username="${{ secrets.DOCKER_USERNAME }}" -Djib.to.auth.password="${{ secrets.DOCKER_PASSWORD }}"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ plugins {
30
30
31
31
group = " com.iteratec.teamdojo"
32
32
// ### MODIFICATION-START ###
33
- version = " 2.0.1 "
33
+ version = " 2.1.0-alpha1 "
34
34
description = " TeamDojo is a tool to skill your Teams"
35
35
// ### MODIFICATION-END ###
36
36
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 2.0.1
18
+ version : 2.1.0-alpha1
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : 2.0.1
24
+ appVersion : 2.1.0-alpha1
25
25
kubeVersion : " >=v1.11.0-0"
26
26
27
27
description : Teamdojo is a application for improving (application and project) skills of your teams through gamification.
Original file line number Diff line number Diff line change 1
1
# TeamDojo
2
2
3
- ![ Version: 2.0.1 ] ( https://img.shields.io/badge/Version-2.0.1- informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.0.1 ] ( https://img.shields.io/badge/AppVersion-2.0.1 -informational?style=flat-square ) [ ![ Artifact Hub] ( https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/iteratec )] ( https://artifacthub.io/packages/search?repo=iteratec )
3
+ ![ Version: 2.1.0-alpha1 ] ( https://img.shields.io/badge/Version-2.1.0-alpha1- informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.1.0-alpha1 ] ( https://img.shields.io/badge/AppVersion-2.1.0-alpha1 -informational?style=flat-square ) [ ![ Artifact Hub] ( https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/iteratec )] ( https://artifacthub.io/packages/search?repo=iteratec )
4
4
5
5
TeamDojo is a application for improving (application and project) skills of your teams through gamification.
6
6
@@ -37,7 +37,7 @@ Kubernetes: `>=v1.11.0-0`
37
37
| fullnameOverride | string | ` "" ` | |
38
38
| image.pullPolicy | string | ` "IfNotPresent" ` | |
39
39
| image.repository | string | ` "docker.io/iteratec/teamdojo" ` | |
40
- | image.tag | string | ` "2.0.1 " ` | |
40
+ | image.tag | string | ` "2.1.0-alpha1 " ` | |
41
41
| imagePullSecrets | list | ` [] ` | |
42
42
| ingress.annotations | object | ` {} ` | |
43
43
| ingress.enabled | bool | ` false ` | |
Original file line number Diff line number Diff line change 4
4
repository : docker.io/iteratec/teamdojo
5
5
pullPolicy : IfNotPresent
6
6
# Overrides the image tag whose default is the chart appVersion.
7
- tag : 2.0.1
7
+ tag : 2.1.0-alpha1
8
8
9
9
imagePullSecrets : []
10
10
nameOverride : " "
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " team-dojo" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.1.0-alpha1 " ,
4
4
"private" : true ,
5
5
"description" : " TeamDojo is a tool to skill your Teams" ,
6
6
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ${AnsiColor.WHITE}████████████████████
7
7
${AnsiColor.GREEN} |_| \___| \__,_| |_| |_| |_| ${AnsiColor.RED}|____/ \___/ _/ | \___/
8
8
${AnsiColor.GREEN} ${AnsiColor.RED} |__/
9
9
10
- ${AnsiColor.BLUE}::Release Version: 2.0.1
10
+ ${AnsiColor.BLUE}::Release Version: 2.1.0-alpha1
11
11
${AnsiColor.BLUE} Powered by Spring Boot ${spring-boot.version} and JHipster v7.8.1
12
12
13
13
${AnsiColor.BLUE}TeamDojo is an open source project provided by iteratec GmbH. Made with ❤️
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ jhipster:
204
204
title : Team Dojo API
205
205
description : Team Dojo API documentation
206
206
# ## MODIFICATION-START ###
207
- version : 2.0.1
207
+ version : 2.1.0-alpha1
208
208
# ## MODIFICATION-END ###
209
209
terms-of-service-url :
210
210
contact-name :
You can’t perform that action at this time.
0 commit comments