Skip to content

Commit

Permalink
fix: fix typo (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
langchain-infra authored Nov 28, 2024
1 parent 96d7860 commit 8eb5685
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.8.16
version: 0.8.17
appVersion: "0.8.47"
2 changes: 1 addition & 1 deletion charts/langsmith/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# langsmith

![Version: 0.8.16](https://img.shields.io/badge/Version-0.8.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.47](https://img.shields.io/badge/AppVersion-0.8.47-informational?style=flat-square)
![Version: 0.8.17](https://img.shields.io/badge/Version-0.8.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.47](https://img.shields.io/badge/AppVersion-0.8.47-informational?style=flat-square)

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

Expand Down
2 changes: 1 addition & 1 deletion charts/langsmith/templates/frontend/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
{{- include "langsmith.labels" . | nindent 8 }}
app.kubernetes.io/component: {{ include "langsmith.fullname" . }}-{{ .Values.frontend.name }}
spec:
terminationGracePeriodSeconds: {{ .Values.frontend.deployment.terminationGraceSeconds }}
terminationGracePeriodSeconds: {{ .Values.frontend.deployment.terminationGracePeriodSeconds }}
{{- with .Values.images.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit 8eb5685

Please sign in to comment.