Skip to content

Commit

Permalink
Update ext-qa
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Jul 5, 2024
1 parent 0b72ee8 commit 3a6c610
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions deploy/qa-ext-values.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
externalHost: qa.serval-api.org
environment: Production
deploymentVersion: '1.4.QA5'
deploymentVersion: '1.5.QA1'
alertEmail: [email protected]
emailsToAlert: [email protected]
enableTls: true
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/
Expand Down
2 changes: 1 addition & 1 deletion scripts/migration_1.4.5.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 3a6c610

Please sign in to comment.