diff --git a/charts/langsmith/Chart.yaml b/charts/langsmith/Chart.yaml index ca37e52..b38d301 100644 --- a/charts/langsmith/Chart.yaml +++ b/charts/langsmith/Chart.yaml @@ -5,5 +5,5 @@ maintainers: email: ankush@langchain.dev description: Helm chart to deploy the langsmith application and all services it depends on. type: application -version: 0.8.22 +version: 0.8.23 appVersion: "0.8.64" diff --git a/charts/langsmith/README.md b/charts/langsmith/README.md index 6a633cf..8deffa6 100644 --- a/charts/langsmith/README.md +++ b/charts/langsmith/README.md @@ -1,6 +1,6 @@ # langsmith -![Version: 0.8.22](https://img.shields.io/badge/Version-0.8.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.64](https://img.shields.io/badge/AppVersion-0.8.64-informational?style=flat-square) +![Version: 0.8.23](https://img.shields.io/badge/Version-0.8.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.64](https://img.shields.io/badge/AppVersion-0.8.64-informational?style=flat-square) Helm chart to deploy the langsmith application and all services it depends on. diff --git a/charts/langsmith/templates/redis/secrets.yaml b/charts/langsmith/templates/redis/secrets.yaml index 794fedb..daaf15b 100644 --- a/charts/langsmith/templates/redis/secrets.yaml +++ b/charts/langsmith/templates/redis/secrets.yaml @@ -11,6 +11,6 @@ data: {{- if .Values.redis.external.enabled }} connection_url: {{ .Values.redis.external.connectionUrl | b64enc }} {{- else }} - connection_url: {{ printf "redis://%s-%s:%v" (include "langsmith.fullname" .) .Values.redis.name .Values.redis.containerPort | b64enc }} + connection_url: {{ printf "redis://%s-%s:%v" (include "langsmith.fullname" .) .Values.redis.name .Values.redis.service.port | b64enc }} {{- end}} {{- end }}