Skip to content

Commit

Permalink
release 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Jul 30, 2024
1 parent 0e0e9f5 commit 10bd688
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions deploy/values.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
externalHost: prod.serval-api.org
environment: Production
deploymentVersion: '1.4.5'
deploymentVersion: '1.5.5'
alertEmail: [email protected]
emailsToAlert: '[email protected], [email protected]'
enableTls: true
namespace: serval
auth0Domain: languagetechnology.auth0.com
lokiTenent: nlp-tenant
lokiUrl: http://loki-distributed-gateway.loki.svc.cluster.local
servalImage: ghcr.io/sillsdev/serval:1.4.5
ClearMLDockerImage: ghcr.io/sillsdev/machine.py:1.4.0
servalImage: ghcr.io/sillsdev/serval:1.5.5
ClearMLDockerImage: ghcr.io/sillsdev/machine.py:1.5.4
ClearMLQueue: production
MongoConnectionPrefix: prod_
SharedFileLocation: s3://aqua-ml-data/production/
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_"
MONGO_PREFIX = "prod_"
client = pymongo.MongoClient(MONGO_CONNECTION_STRING)


Expand Down

0 comments on commit 10bd688

Please sign in to comment.