Skip to content

Commit

Permalink
Merge pull request #51 from langchain-ai/infra/fix-label-names
Browse files Browse the repository at this point in the history
Fix label name for volume
  • Loading branch information
langchain-infra authored Jan 23, 2024
2 parents efbd9a7 + 8127688 commit 1f3c1a7
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.2.4
version: 0.2.5
appVersion: "0.1.0"
2 changes: 1 addition & 1 deletion charts/langsmith/templates/postgres/stateful-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ spec:
name: data
labels:
{{- include "langsmith.selectorLabels" . | nindent 10 }}
app.kubernetes.io/name: {{ include "langsmith.fullname" . }}-{{ .Values.postgres.name }}
app.kubernetes.io/component: {{ include "langsmith.fullname" . }}-{{ .Values.postgres.name }}
spec:
accessModes:
- ReadWriteOnce
Expand Down
2 changes: 1 addition & 1 deletion charts/langsmith/templates/redis/stateful-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ spec:
name: data
labels:
{{- include "langsmith.selectorLabels" . | nindent 10 }}
app.kubernetes.io/name: {{ include "langsmith.fullname" . }}-{{ .Values.redis.name }}
app.kubernetes.io/component: {{ include "langsmith.fullname" . }}-{{ .Values.redis.name }}
spec:
accessModes:
- ReadWriteOnce
Expand Down

0 comments on commit 1f3c1a7

Please sign in to comment.