Skip to content

Commit

Permalink
Client 0.7.0
Browse files Browse the repository at this point in the history
Update docker images
  • Loading branch information
johnml1135 committed Oct 24, 2023
1 parent 3ac210c commit 89cbed7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions deploy/qa-ext-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,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:0.8.0
machineImage: ghcr.io/sillsdev/machine:3.4.0
ClearMLDockerImage: ghcr.io/sillsdev/machine.py:0.9.6.2
servalImage: ghcr.io/sillsdev/serval:0.9.0
machineImage: ghcr.io/sillsdev/machine:3.4.2
ClearMLDockerImage: ghcr.io/sillsdev/machine.py:0.9.7.1
ClearMLQueue: lambert_24gb
SharedFileLocation: s3://aqua-ml-data/ext-qa/
enableEcho: true
6 changes: 3 additions & 3 deletions deploy/qa-int-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ namespace: nlp
auth0Domain: sil-appbuilder.auth0.com
lokiTenent: nlp-tenant
lokiUrl: http://loki-distributed-gateway.loki.svc.cluster.local
servalImage: ghcr.io/sillsdev/serval:0.8.0
machineImage: ghcr.io/sillsdev/machine:3.4.0
ClearMLDockerImage: ghcr.io/sillsdev/machine.py:0.9.6.2
servalImage: ghcr.io/sillsdev/serval:0.9.0
machineImage: ghcr.io/sillsdev/machine:3.4.2
ClearMLDockerImage: ghcr.io/sillsdev/machine.py:0.9.7.1
ClearMLQueue: lambert_24gb
SharedFileLocation: s3://aqua-ml-data/int-qa/
enableEcho: true
6 changes: 3 additions & 3 deletions deploy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ namespace: serval
auth0Domain: languagetechnology.auth0.com
lokiTenent: nlp-tenant
lokiUrl: http://loki-distributed-gateway.loki.svc.cluster.local
servalImage: ghcr.io/sillsdev/serval:0.8.0
machineImage: ghcr.io/sillsdev/machine:3.4.0
ClearMLDockerImage: ghcr.io/sillsdev/machine.py:0.9.6.2
servalImage: ghcr.io/sillsdev/serval:0.9.0
machineImage: ghcr.io/sillsdev/machine:3.4.2
ClearMLDockerImage: ghcr.io/sillsdev/machine.py:0.9.7.1
ClearMLQueue: production
SharedFileLocation: s3://aqua-ml-data/production/
enableEcho: true
2 changes: 1 addition & 1 deletion src/Serval.Client/Serval.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Version>0.6.0</Version>
<Version>0.7.0</Version>
<Description>Client classes for Serval.</Description>
<RootNamespace>Serval.Client</RootNamespace>
</PropertyGroup>
Expand Down

0 comments on commit 89cbed7

Please sign in to comment.