From 3a6c61039b077a9ee37873a05d05658a2fc01001 Mon Sep 17 00:00:00 2001 From: John Lambert Date: Fri, 5 Jul 2024 16:18:56 -0400 Subject: [PATCH] Update ext-qa --- deploy/qa-ext-values.yaml | 8 ++++---- scripts/migration_1.4.5.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy/qa-ext-values.yaml b/deploy/qa-ext-values.yaml index 6b845333..582d9559 100644 --- a/deploy/qa-ext-values.yaml +++ b/deploy/qa-ext-values.yaml @@ -1,6 +1,6 @@ externalHost: qa.serval-api.org environment: Production -deploymentVersion: '1.4.QA5' +deploymentVersion: '1.5.QA1' alertEmail: ext-qa-serval-alerts@languagetechnology.org emailsToAlert: john_lambert@sil.org enableTls: true @@ -8,9 +8,9 @@ namespace: serval auth0Domain: dev-sillsdev.auth0.com lokiTenent: serval-tenant lokiUrl: http://loki-distributed-gateway.loki.svc.cluster.local -servalImage: ghcr.io/sillsdev/serval:1.4.5 -machineImage: ghcr.io/sillsdev/machine:3.9.5 -ClearMLDockerImage: ghcr.io/sillsdev/machine.py:1.4.0 +servalImage: ghcr.io/sillsdev/serval:1.5.0 +machineImage: ghcr.io/sillsdev/machine:3.10.0 +ClearMLDockerImage: ghcr.io/sillsdev/machine.py:1.5.4 ClearMLQueue: production MongoConnectionPrefix: qa_ SharedFileLocation: s3://aqua-ml-data/ext-qa/ diff --git a/scripts/migration_1.4.5.py b/scripts/migration_1.4.5.py index d68bfb2e..7212bee5 100644 --- a/scripts/migration_1.4.5.py +++ b/scripts/migration_1.4.5.py @@ -8,7 +8,7 @@ pymongo.write_concern.WriteConcern(w=0) MONGO_CONNECTION_STRING = os.environ["MONGO_CONNECTION_STRING"] -MONGO_PREFIX = "qa_int_" +MONGO_PREFIX = "qa_" client = pymongo.MongoClient(MONGO_CONNECTION_STRING)