We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 562818b commit 6dbcec9Copy full SHA for 6dbcec9
2 files changed
charts/trieve/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: trieve
3
description: Helm chart expressing Trieve deployment without any dependencies
4
type: application
5
-version: 0.2.33
+version: 0.2.34
6
appVersion: "0.12.0"
7
dependencies:
8
- name: qdrant
charts/trieve/templates/workers/_workers.tpl
@@ -5,7 +5,7 @@ metadata:
name: {{ .name }}
labels:
app.kubernetes.io/name: {{ .name }}
- app.kubernetes.io/instance: {{ $.instance }}
+ app.kubernetes.io/instance: {{ $.Release.Name }}
9
spec:
10
replicas: {{ .replicas | default 1 }}
11
selector:
0 commit comments