Skip to content

Commit e737e4e

Browse files
cleanup
1 parent 3528b46 commit e737e4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/langsmith/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For information on how to use this chart, up-to-date release notes, and other gu
2525
| images.clickhouseImage.pullPolicy | string | `"Always"` | |
2626
| images.clickhouseImage.repository | string | `"docker.io/clickhouse/clickhouse-server"` | |
2727
| images.clickhouseImage.tag | string | `"24.8"` | |
28-
| images.defaultRegistry | string | "" | If supplied, all images will have this registry name concatenated with a `/`
28+
| images.defaultRegistry | string | "" | If supplied, all children <image_name>.repository values will be prepended with this registry name + `/`
2929
| images.frontendImage.pullPolicy | string | `"IfNotPresent"` | |
3030
| images.frontendImage.repository | string | `"docker.io/langchain/langsmith-frontend"` | |
3131
| images.frontendImage.tag | string | `"0.10.60"` | |

charts/langsmith/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ checksum/clickhouse: {{ include (print $.Template.BasePath "/clickhouse/secrets.
611611
{{- end }}
612612
613613
{{/*
614-
Create image reference with registry handling. If defaultRegistry is specified, concatenate with a '/'.
614+
Creates the image reference used for langsmith deployments. If defaultRegistry is specified, concatenate with a '/'.
615615
*/}}
616616
{{- define "langsmith.image" -}}
617617
{{- $imageConfig := index .Values.images .component -}}

0 commit comments

Comments
 (0)