File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- name-template : ' $NEXT_PATCH_VERSION '
2
- tag-template : ' $NEXT_PATCH_VERSION '
1
+ name-template : ' $NEXT_MINOR_VERSION '
2
+ tag-template : ' $NEXT_MINOR_VERSION '
3
3
categories :
4
4
- title : ' 🧬 Features'
5
5
labels :
@@ -37,4 +37,4 @@ template: |
37
37
38
38
## 🕵️♀️ Full commit logs
39
39
40
- - https://github.com/oncokb/oncokb-public/compare/$PREVIOUS_TAG...$NEXT_PATCH_VERSION
40
+ - https://github.com/oncokb/oncokb-public/compare/$PREVIOUS_TAG...$NEXT_MINOR_VERSION
Original file line number Diff line number Diff line change 47
47
envFrom :
48
48
- configMapRef :
49
49
name : oncokb-core-local
50
- image : cbioportal/oncokb:core-1.5.alpha.11
50
+ image : cbioportal/oncokb:2.1.0
51
51
command : ["java"]
52
52
args : [
53
53
# from https://developers.redhat.com/blog/2017/04/04/openjdk-and-containers/
Original file line number Diff line number Diff line change 30
30
envFrom :
31
31
- configMapRef :
32
32
name : oncokb-core
33
- image : cbioportal/oncokb:core-1.5.alpha.4
33
+ image : cbioportal/oncokb:2.1.0
34
34
command : ["java"]
35
35
args : [
36
36
# from https://developers.redhat.com/blog/2017/04/04/openjdk-and-containers/
Original file line number Diff line number Diff line change 17
17
spec :
18
18
containers :
19
19
- name : oncokb-public
20
- image : cbioportal/oncokb-public:2.1.5
20
+ image : cbioportal/oncokb-public:2.2.0
21
21
env :
22
22
- name : SPRING_PROFILES_ACTIVE
23
23
value : prod,no-liquibase
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >org.mskcc.cbio.oncokb</groupId >
7
7
<artifactId >public-website</artifactId >
8
- <version >2.1.5 </version >
8
+ <version >2.2.0 </version >
9
9
<packaging >jar</packaging >
10
10
<name >OncoKB Public Website</name >
11
11
602
602
<image >adoptopenjdk:11-jre-hotspot</image >
603
603
</from >
604
604
<to >
605
- <image >cbioportal/oncokb-public:2.1.5 </image >
605
+ <image >cbioportal/oncokb-public:2.2.0 </image >
606
606
</to >
607
607
<container >
608
608
<entrypoint >
Original file line number Diff line number Diff line change 1
1
version : ' 2'
2
2
services :
3
3
oncokb-app :
4
- image : cbioportal/oncokb-public:2.1.5
4
+ image : cbioportal/oncokb-public:2.2.0
5
5
environment :
6
6
- _JAVA_OPTIONS=-Xmx512m -Xms256m
7
7
- SPRING_PROFILES_ACTIVE=prod,swagger
You can’t perform that action at this time.
0 commit comments