Skip to content

Commit

Permalink
Merge pull request #129 from langchain-ai/infra/add-x-service-jwt-secret
Browse files Browse the repository at this point in the history
fix: bump chart to 0.6.32
  • Loading branch information
langchain-infra authored Jul 16, 2024
2 parents 165af0c + 74940ea commit 9bd31e4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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.6.16
appVersion: "0.6.28"
version: 0.6.17
appVersion: "0.6.32"
5 changes: 5 additions & 0 deletions charts/langsmith/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,11 @@ Template containing common environment variables that are used by several servic
value: http://{{- include "langsmith.fullname" . }}-{{.Values.platformBackend.name}}:{{ .Values.platformBackend.service.port }}
- name: SMITH_BACKEND_ENDPOINT
value: http://{{- include "langsmith.fullname" . }}-{{.Values.backend.name}}:{{ .Values.backend.service.port }}
- name: X_SERVICE_AUTH_JWT_SECRET
valueFrom:
secretKeyRef:
name: {{ include "langsmith.secretsName" . }}
key: api_key_salt
{{- if .Values.config.ttl.enabled }}
- name: FF_TRACE_TIERS_ENABLED
value: {{ .Values.config.ttl.enabled | quote }}
Expand Down
8 changes: 4 additions & 4 deletions charts/langsmith/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ images:
backendImage:
repository: "docker.io/langchain/langsmith-backend"
pullPolicy: IfNotPresent
tag: "0.6.28"
tag: "0.6.32"
frontendImage:
repository: "docker.io/langchain/langsmith-frontend"
pullPolicy: IfNotPresent
tag: "0.6.28"
tag: "0.6.32"
platformBackendImage:
repository: "docker.io/langchain/langsmith-go-backend"
pullPolicy: IfNotPresent
tag: "0.6.28"
tag: "0.6.32"
playgroundImage:
repository: "docker.io/langchain/langsmith-playground"
pullPolicy: IfNotPresent
tag: "0.6.28"
tag: "0.6.32"
postgresImage:
repository: "docker.io/postgres"
pullPolicy: IfNotPresent
Expand Down

0 comments on commit 9bd31e4

Please sign in to comment.