diff --git a/.github/workflows/dep_check.yml b/.github/workflows/dep_check.yml index 6200a9d..d704f1a 100644 --- a/.github/workflows/dep_check.yml +++ b/.github/workflows/dep_check.yml @@ -17,7 +17,7 @@ jobs: test: # The type of runner that the job will run on and timeout in minutes name: Run pip install - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest timeout-minutes: 10 # Steps represent a sequence of tasks that will be executed as part of the job diff --git a/k8s/overlays/production/config/db-cm-patch.yaml b/k8s/overlays/production/config/db-cm-patch.yaml index e966dc4..5440003 100644 --- a/k8s/overlays/production/config/db-cm-patch.yaml +++ b/k8s/overlays/production/config/db-cm-patch.yaml @@ -5,4 +5,4 @@ metadata: data: DATABASE_HOST: mysql-service-production DATABASE_PORT: "4650" - DATABASE_NAME: ensembl_tark_e75_to_e113 \ No newline at end of file + DATABASE_NAME: ensembl_tark_e75_to_e114 \ No newline at end of file diff --git a/k8s/overlays/staging/config/db-cm-patch.yaml b/k8s/overlays/staging/config/db-cm-patch.yaml index d036da5..e34d10a 100644 --- a/k8s/overlays/staging/config/db-cm-patch.yaml +++ b/k8s/overlays/staging/config/db-cm-patch.yaml @@ -5,4 +5,4 @@ metadata: data: DATABASE_HOST: mysql-service-staging DATABASE_PORT: "4650" - DATABASE_NAME: ensembl_tark_e75_to_e113 \ No newline at end of file + DATABASE_NAME: ensembl_tark_e75_to_e114 \ No newline at end of file