Skip to content

Commit

Permalink
Merge pull request #54 from langchain-ai/infra/use-latest-prod-version
Browse files Browse the repository at this point in the history
Bump helm images
  • Loading branch information
langchain-infra authored Jan 25, 2024
2 parents 8184020 + 9502342 commit 3c4adcc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/langsmith/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ maintainers:
email: [email protected]
description: Helm chart to deploy the langsmith application and all services it depends on.
type: application
version: 0.2.5
version: 0.2.6
appVersion: "0.1.0"
14 changes: 7 additions & 7 deletions charts/langsmith/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ images:
backendImage:
repository: "docker.io/langchain/langchainplus-backend"
pullPolicy: IfNotPresent
tag: "f65c152"
tag: "cd04682"
frontendImage:
repository: "docker.io/langchain/langchainplus-frontend-dynamic"
pullPolicy: IfNotPresent
tag: "f65c152"
tag: "cd04682"
hubBackendImage:
repository: "docker.io/langchain/langchainhub-backend"
pullPolicy: IfNotPresent
tag: "f65c152"
tag: "cd04682"
playgroundImage:
repository: "docker.io/langchain/langchainplus-playground"
pullPolicy: IfNotPresent
tag: "f65c152"
tag: "cd04682"
postgresImage:
repository: "docker.io/postgres"
pullPolicy: IfNotPresent
Expand Down Expand Up @@ -345,7 +345,7 @@ postgres:
queue:
name: "queue"
deployment:
replicaCount: 1
replicaCount: 3
labels: {}
annotations: {}
podSecurityContext: {}
Expand All @@ -366,8 +366,8 @@ queue:
volumeMounts: []
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 5
minReplicas: 3
maxReplicas: 10
targetCPUUtilizationPercentage: 80
serviceAccount:
create: true
Expand Down

0 comments on commit 3c4adcc

Please sign in to comment.