Skip to content

Commit 46e5200

Browse files
authored
Hotfix: authx bump (#1190)
* update htsget * update drs
1 parent 43877fd commit 46e5200

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

etc/env/example-production.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ MINIO_SELF_CERT=0
9494

9595

9696
# htsget
97-
HTSGET_VERSION=v6.0.0
97+
HTSGET_VERSION=v6.0.2
9898
HTSGET_PRIVATE_URL=http://htsget:3000
9999
HTSGET_PUBLIC_URL=${TYK_LOGIN_TARGET_URL}/${TYK_HTSGET_API_LISTEN_PATH}
100100
HTSGET_PORT=3333
101101

102102

103103
# drs
104-
DRS_VERSION=v6.0.0
104+
DRS_VERSION=v6.0.1
105105
DRS_PRIVATE_URL=http://drs:3001
106106
DRS_PUBLIC_URL=${TYK_LOGIN_TARGET_URL}/${TYK_DRS_API_LISTEN_PATH}
107107
DRS_PORT=3001

etc/env/example.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ MINIO_SELF_CERT=0
9494

9595

9696
# htsget
97-
HTSGET_VERSION=v6.0.0
97+
HTSGET_VERSION=v6.0.2
9898
HTSGET_PRIVATE_URL=http://htsget:3000
9999
HTSGET_PUBLIC_URL=${TYK_LOGIN_TARGET_URL}/${TYK_HTSGET_API_LISTEN_PATH}
100100
HTSGET_PORT=3333
101101

102102

103103
# drs
104-
DRS_VERSION=v6.0.0
104+
DRS_VERSION=v6.0.1
105105
DRS_PRIVATE_URL=http://drs:3001
106106
DRS_PUBLIC_URL=${TYK_LOGIN_TARGET_URL}/${TYK_DRS_API_LISTEN_PATH}
107107
DRS_PORT=3001

lib/drs/drs

0 commit comments

Comments
 (0)