Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump 0.8.10 #181

Merged
merged 4 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.8.9
appVersion: "0.8.29"
version: 0.8.10
appVersion: "0.8.31"
20 changes: 10 additions & 10 deletions charts/langsmith/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# langsmith

![Version: 0.8.9](https://img.shields.io/badge/Version-0.8.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.29](https://img.shields.io/badge/AppVersion-0.8.29-informational?style=flat-square)
![Version: 0.8.10](https://img.shields.io/badge/Version-0.8.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.31](https://img.shields.io/badge/AppVersion-0.8.31-informational?style=flat-square)

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

Expand Down Expand Up @@ -148,23 +148,23 @@ For information on how to use this chart, up-to-date release notes, and other gu
| fullnameOverride | string | `""` | String to fully override `"langsmith.fullname"` |
| images.aceBackendImage.pullPolicy | string | `"IfNotPresent"` | |
| images.aceBackendImage.repository | string | `"docker.io/langchain/langsmith-ace-backend"` | |
| images.aceBackendImage.tag | string | `"0.8.29"` | |
| images.aceBackendImage.tag | string | `"0.8.31"` | |
| images.backendImage.pullPolicy | string | `"IfNotPresent"` | |
| images.backendImage.repository | string | `"docker.io/langchain/langsmith-backend"` | |
| images.backendImage.tag | string | `"0.8.29"` | |
| images.backendImage.tag | string | `"0.8.31"` | |
| images.clickhouseImage.pullPolicy | string | `"Always"` | |
| images.clickhouseImage.repository | string | `"docker.io/clickhouse/clickhouse-server"` | |
| images.clickhouseImage.tag | string | `"24.5"` | |
| images.frontendImage.pullPolicy | string | `"IfNotPresent"` | |
| images.frontendImage.repository | string | `"docker.io/langchain/langsmith-frontend"` | |
| images.frontendImage.tag | string | `"0.8.29"` | |
| images.frontendImage.tag | string | `"0.8.31"` | |
| 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.8.29"` | |
| images.platformBackendImage.tag | string | `"0.8.31"` | |
| images.playgroundImage.pullPolicy | string | `"IfNotPresent"` | |
| images.playgroundImage.repository | string | `"docker.io/langchain/langsmith-playground"` | |
| images.playgroundImage.tag | string | `"0.8.29"` | |
| images.playgroundImage.tag | string | `"0.8.31"` | |
| images.postgresImage.pullPolicy | string | `"IfNotPresent"` | |
| images.postgresImage.repository | string | `"docker.io/postgres"` | |
| images.postgresImage.tag | string | `"14.7"` | |
Expand Down Expand Up @@ -470,8 +470,8 @@ For information on how to use this chart, up-to-date release notes, and other gu
|-----|------|---------|-------------|
| platformBackend.autoscaling.createHpa | bool | `true` | |
| platformBackend.autoscaling.enabled | bool | `false` | |
| platformBackend.autoscaling.maxReplicas | int | `5` | |
| platformBackend.autoscaling.minReplicas | int | `1` | |
| platformBackend.autoscaling.maxReplicas | int | `10` | |
| platformBackend.autoscaling.minReplicas | int | `3` | |
| platformBackend.autoscaling.targetCPUUtilizationPercentage | int | `50` | |
| platformBackend.autoscaling.targetMemoryUtilizationPercentage | int | `80` | |
| platformBackend.containerPort | int | `1986` | |
Expand All @@ -494,7 +494,7 @@ For information on how to use this chart, up-to-date release notes, and other gu
| platformBackend.deployment.readinessProbe.httpGet.port | int | `1986` | |
| platformBackend.deployment.readinessProbe.periodSeconds | int | `10` | |
| platformBackend.deployment.readinessProbe.timeoutSeconds | int | `1` | |
| platformBackend.deployment.replicas | int | `1` | |
| platformBackend.deployment.replicas | int | `3` | |
| platformBackend.deployment.resources.limits.cpu | string | `"2000m"` | |
| platformBackend.deployment.resources.limits.memory | string | `"4Gi"` | |
| platformBackend.deployment.resources.requests.cpu | string | `"1000m"` | |
Expand Down Expand Up @@ -779,6 +779,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`
16 changes: 8 additions & 8 deletions charts/langsmith/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ images:
aceBackendImage:
repository: "docker.io/langchain/langsmith-ace-backend"
pullPolicy: IfNotPresent
tag: "0.8.29"
tag: "0.8.31"
backendImage:
repository: "docker.io/langchain/langsmith-backend"
pullPolicy: IfNotPresent
tag: "0.8.29"
tag: "0.8.31"
frontendImage:
repository: "docker.io/langchain/langsmith-frontend"
pullPolicy: IfNotPresent
tag: "0.8.29"
tag: "0.8.31"
platformBackendImage:
repository: "docker.io/langchain/langsmith-go-backend"
pullPolicy: IfNotPresent
tag: "0.8.29"
tag: "0.8.31"
playgroundImage:
repository: "docker.io/langchain/langsmith-playground"
pullPolicy: IfNotPresent
tag: "0.8.29"
tag: "0.8.31"
postgresImage:
repository: "docker.io/postgres"
pullPolicy: IfNotPresent
Expand Down Expand Up @@ -552,7 +552,7 @@ platformBackend:
existingConfigMapName: ""
deployment:
autoRestart: true
replicas: 1
replicas: 3
labels: {}
annotations: {}
podSecurityContext: {}
Expand Down Expand Up @@ -601,8 +601,8 @@ platformBackend:
# If enabled, use the following values to configure the HPA. You can also use your own HPA configuration by not creating an HPA.
# You may want to manage the HPA yourself if you have a custom autoscaling setup like KEDA.
createHpa: true
minReplicas: 1
maxReplicas: 5
minReplicas: 3
maxReplicas: 10
targetCPUUtilizationPercentage: 50
targetMemoryUtilizationPercentage: 80
service:
Expand Down
Loading