Skip to content

Commit

Permalink
Merge pull request #50 from langchain-ai/infra/fix-volume-label
Browse files Browse the repository at this point in the history
Fix statefulset volume labels
  • Loading branch information
langchain-infra authored Jan 23, 2024
2 parents fc1dfa3 + 88614a1 commit efbd9a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.3
version: 0.2.4
appVersion: "0.1.0"
2 changes: 1 addition & 1 deletion charts/langsmith/templates/clickhouse/stateful-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ spec:
metadata:
name: data
labels:
{{- include "langsmith.labels" . | nindent 10 }}
{{- include "langsmith.selectorLabels" . | nindent 10 }}
app.kubernetes.io/component: {{ include "langsmith.fullname" . }}-{{ .Values.clickhouse.name }}
spec:
accessModes:
Expand Down
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 @@ -129,7 +129,7 @@ spec:
metadata:
name: data
labels:
{{- include "langsmith.labels" . | nindent 10 }}
{{- include "langsmith.selectorLabels" . | nindent 10 }}
app.kubernetes.io/name: {{ include "langsmith.fullname" . }}-{{ .Values.postgres.name }}
spec:
accessModes:
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 @@ -122,7 +122,7 @@ spec:
metadata:
name: data
labels:
{{- include "langsmith.labels" . | nindent 10 }}
{{- include "langsmith.selectorLabels" . | nindent 10 }}
app.kubernetes.io/name: {{ include "langsmith.fullname" . }}-{{ .Values.redis.name }}
spec:
accessModes:
Expand Down

0 comments on commit efbd9a7

Please sign in to comment.