Skip to content

Commit 6dbcec9

Browse files
committed
bugfix(trieve-helm): _workers.yaml instance name to $.Release.Name instead of $.instance
1 parent 562818b commit 6dbcec9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/trieve/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: trieve
33
description: Helm chart expressing Trieve deployment without any dependencies
44
type: application
5-
version: 0.2.33
5+
version: 0.2.34
66
appVersion: "0.12.0"
77
dependencies:
88
- name: qdrant

charts/trieve/templates/workers/_workers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: {{ .name }}
66
labels:
77
app.kubernetes.io/name: {{ .name }}
8-
app.kubernetes.io/instance: {{ $.instance }}
8+
app.kubernetes.io/instance: {{ $.Release.Name }}
99
spec:
1010
replicas: {{ .replicas | default 1 }}
1111
selector:

0 commit comments

Comments
 (0)