Skip to content

Commit

Permalink
Merge pull request #124 from langchain-ai/brian/bump-0-6-24
Browse files Browse the repository at this point in the history
chore: bump to 0.6.24 for org invites at workspace level
  • Loading branch information
langchain-infra authored Jul 12, 2024
2 parents e58a2b7 + d5a3f9a commit f165826
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 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.13
appVersion: "0.6.23"
version: 0.6.14
appVersion: "0.6.27"
18 changes: 12 additions & 6 deletions charts/langsmith/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# langsmith

![Version: 0.6.10](https://img.shields.io/badge/Version-0.6.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.21](https://img.shields.io/badge/AppVersion-0.6.21-informational?style=flat-square)
![Version: 0.6.14](https://img.shields.io/badge/Version-0.6.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.27](https://img.shields.io/badge/AppVersion-0.6.27-informational?style=flat-square)

Helm chart to deploy the langsmith application and all services it depends on.

Expand Down Expand Up @@ -76,24 +76,25 @@ For information on how to use this chart, up-to-date release notes, and other gu
| clickhouse.statefulSet.volumeMounts | list | `[]` | |
| clickhouse.statefulSet.volumes | list | `[]` | |
| commonAnnotations | object | `{}` | Annotations that will be applied to all resources created by the chart |
| commonEnv | list | `[]` | Common environment variables that will be applied to all deployments/statefulsets created by the chart. Be careful not to override values already specified by the chart. |
| commonLabels | object | `{}` | Labels that will be applied to all resources created by the chart |
| fullnameOverride | string | `""` | String to fully override `"langsmith.fullname"` |
| images.backendImage.pullPolicy | string | `"IfNotPresent"` | |
| images.backendImage.repository | string | `"docker.io/langchain/langsmith-backend"` | |
| images.backendImage.tag | string | `"0.6.21"` | |
| images.backendImage.tag | string | `"0.6.27"` | |
| images.clickhouseImage.pullPolicy | string | `"Always"` | |
| images.clickhouseImage.repository | string | `"docker.io/clickhouse/clickhouse-server"` | |
| images.clickhouseImage.tag | string | `"24.2"` | |
| images.frontendImage.pullPolicy | string | `"IfNotPresent"` | |
| images.frontendImage.repository | string | `"docker.io/langchain/langsmith-frontend"` | |
| images.frontendImage.tag | string | `"0.6.21"` | |
| images.frontendImage.tag | string | `"0.6.27"` | |
| images.imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry. Specified as name: value. |
| images.platformBackendImage.pullPolicy | string | `"IfNotPresent"` | |
| images.platformBackendImage.repository | string | `"docker.io/langchain/langsmith-go-backend"` | |
| images.platformBackendImage.tag | string | `"0.6.21"` | |
| images.platformBackendImage.tag | string | `"0.6.27"` | |
| images.playgroundImage.pullPolicy | string | `"IfNotPresent"` | |
| images.playgroundImage.repository | string | `"docker.io/langchain/langsmith-playground"` | |
| images.playgroundImage.tag | string | `"0.6.21"` | |
| images.playgroundImage.tag | string | `"0.6.27"` | |
| images.postgresImage.pullPolicy | string | `"IfNotPresent"` | |
| images.postgresImage.repository | string | `"docker.io/postgres"` | |
| images.postgresImage.tag | string | `"14.7"` | |
Expand Down Expand Up @@ -156,6 +157,7 @@ For information on how to use this chart, up-to-date release notes, and other gu
| backend.containerPort | int | `1984` | |
| backend.deployment.affinity | object | `{}` | |
| backend.deployment.annotations | object | `{}` | |
| backend.deployment.autoRestart | bool | `true` | |
| backend.deployment.command[0] | string | `"uvicorn"` | |
| backend.deployment.command[10] | string | `"--http"` | |
| backend.deployment.command[11] | string | `"httptools"` | |
Expand Down Expand Up @@ -299,6 +301,7 @@ For information on how to use this chart, up-to-date release notes, and other gu
| frontend.containerPort | int | `8080` | |
| frontend.deployment.affinity | object | `{}` | |
| frontend.deployment.annotations | object | `{}` | |
| frontend.deployment.autoRestart | bool | `true` | |
| frontend.deployment.command[0] | string | `"/entrypoint.sh"` | |
| frontend.deployment.extraContainerConfig | object | `{}` | |
| frontend.deployment.extraEnv | list | `[]` | |
Expand Down Expand Up @@ -353,6 +356,7 @@ For information on how to use this chart, up-to-date release notes, and other gu
| platformBackend.containerPort | int | `1986` | |
| platformBackend.deployment.affinity | object | `{}` | |
| platformBackend.deployment.annotations | object | `{}` | |
| platformBackend.deployment.autoRestart | bool | `true` | |
| platformBackend.deployment.command[0] | string | `"./smith-go"` | |
| platformBackend.deployment.extraContainerConfig | object | `{}` | |
| platformBackend.deployment.extraEnv | list | `[]` | |
Expand Down Expand Up @@ -406,6 +410,7 @@ For information on how to use this chart, up-to-date release notes, and other gu
| playground.containerPort | int | `3001` | |
| playground.deployment.affinity | object | `{}` | |
| playground.deployment.annotations | object | `{}` | |
| playground.deployment.autoRestart | bool | `true` | |
| playground.deployment.command[0] | string | `"yarn"` | |
| playground.deployment.command[1] | string | `"start"` | |
| playground.deployment.extraContainerConfig | object | `{}` | |
Expand Down Expand Up @@ -518,6 +523,7 @@ For information on how to use this chart, up-to-date release notes, and other gu
| queue.autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| queue.deployment.affinity | object | `{}` | |
| queue.deployment.annotations | object | `{}` | |
| queue.deployment.autoRestart | bool | `true` | |
| queue.deployment.command[0] | string | `"saq"` | |
| queue.deployment.command[1] | string | `"app.workers.queues.single_queue_worker.settings"` | |
| queue.deployment.command[2] | string | `"--quiet"` | |
Expand Down Expand Up @@ -601,6 +607,6 @@ For information on how to use this chart, up-to-date release notes, and other gu
| Ankush | <[email protected]> | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
## Docs Generated by [helm-docs](https://github.com/norwoodj/helm-docs)
`helm-docs -t ./charts/langsmith/README.md.gotmpl`
4 changes: 2 additions & 2 deletions charts/langsmith/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ Template containing common environment variables that are used by several servic
key: clickhouse_tls
- name: LOG_LEVEL
value: {{ .Values.config.logLevel }}
- name: FF_WORKSPACE_SCOPE_ORG_INVITES_ENABLED
value: {{ .Values.config.workspaceScopeOrgInvitesEnabled | quote }}
{{- if .Values.config.oauth.enabled }}
- name: OAUTH_CLIENT_ID
valueFrom:
Expand Down Expand Up @@ -211,8 +213,6 @@ Template containing common environment variables that are used by several servic
{{- if .Values.config.orgCreationDisabled }}
- name: FF_ORG_CREATION_DISABLED
value: {{ .Values.config.orgCreationDisabled | quote }}
- name: FF_WORKSPACE_SCOPE_ORG_INVITES_ENABLED
value: {{ .Values.config.workspaceScopeOrgInvitesEnabled | quote }}
{{- end }}
{{- end }}

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.23"
tag: "0.6.27"
frontendImage:
repository: "docker.io/langchain/langsmith-frontend"
pullPolicy: IfNotPresent
tag: "0.6.23"
tag: "0.6.27"
platformBackendImage:
repository: "docker.io/langchain/langsmith-go-backend"
pullPolicy: IfNotPresent
tag: "0.6.23"
tag: "0.6.27"
playgroundImage:
repository: "docker.io/langchain/langsmith-playground"
pullPolicy: IfNotPresent
tag: "0.6.23"
tag: "0.6.27"
postgresImage:
repository: "docker.io/postgres"
pullPolicy: IfNotPresent
Expand Down

0 comments on commit f165826

Please sign in to comment.