Skip to content

Commit a6318a1

Browse files
authored
Merge pull request #99 from Ensembl/load_e114
changed db name to latest release
2 parents 52dd907 + a717451 commit a6318a1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dep_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
test:
1818
# The type of runner that the job will run on and timeout in minutes
1919
name: Run pip install
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-latest
2121
timeout-minutes: 10
2222

2323
# Steps represent a sequence of tasks that will be executed as part of the job

k8s/overlays/production/config/db-cm-patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ metadata:
55
data:
66
DATABASE_HOST: mysql-service-production
77
DATABASE_PORT: "4650"
8-
DATABASE_NAME: ensembl_tark_e75_to_e113
8+
DATABASE_NAME: ensembl_tark_e75_to_e114

k8s/overlays/staging/config/db-cm-patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ metadata:
55
data:
66
DATABASE_HOST: mysql-service-staging
77
DATABASE_PORT: "4650"
8-
DATABASE_NAME: ensembl_tark_e75_to_e113
8+
DATABASE_NAME: ensembl_tark_e75_to_e114

0 commit comments

Comments
 (0)