Skip to content

Commit 154eae8

Browse files
author
Hongxin Zhang
committed
Udpate oncokb-public/oncokb versions
1 parent 16657ee commit 154eae8

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

k8s/oncokb-core-local.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
envFrom:
4848
- configMapRef:
4949
name: oncokb-core-local
50-
image: cbioportal/oncokb:core-1.5.alpha.11
50+
image: cbioportal/oncokb:2.1.0
5151
command: ["java"]
5252
args: [
5353
# from https://developers.redhat.com/blog/2017/04/04/openjdk-and-containers/

k8s/oncokb-core.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
envFrom:
3131
- configMapRef:
3232
name: oncokb-core
33-
image: cbioportal/oncokb:core-1.5.alpha.4
33+
image: cbioportal/oncokb:2.1.0
3434
command: ["java"]
3535
args: [
3636
# from https://developers.redhat.com/blog/2017/04/04/openjdk-and-containers/

k8s/oncokb-public-local.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: oncokb-public
20-
image: cbioportal/oncokb-public:2.1.5
20+
image: cbioportal/oncokb-public:2.2.0
2121
env:
2222
- name: SPRING_PROFILES_ACTIVE
2323
value: prod,no-liquibase

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.mskcc.cbio.oncokb</groupId>
77
<artifactId>public-website</artifactId>
8-
<version>2.1.5</version>
8+
<version>2.2.0</version>
99
<packaging>jar</packaging>
1010
<name>OncoKB Public Website</name>
1111

@@ -602,7 +602,7 @@
602602
<image>adoptopenjdk:11-jre-hotspot</image>
603603
</from>
604604
<to>
605-
<image>cbioportal/oncokb-public:2.1.5</image>
605+
<image>cbioportal/oncokb-public:2.2.0</image>
606606
</to>
607607
<container>
608608
<entrypoint>

src/main/docker/app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '2'
22
services:
33
oncokb-app:
4-
image: cbioportal/oncokb-public:2.1.5
4+
image: cbioportal/oncokb-public:2.2.0
55
environment:
66
- _JAVA_OPTIONS=-Xmx512m -Xms256m
77
- SPRING_PROFILES_ACTIVE=prod,swagger

0 commit comments

Comments
 (0)