File tree Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1010 namespace : trieve
1111 source :
1212 repoURL : https://devflowinc.github.io/trieve-helm
13- targetRevision : 0.2.43
13+ targetRevision : 0.2.44
1414 chart : trieve
1515 helm :
1616 releaseName : trieve-local
2929 postgres :
3030 # Enables Postgres via the subchart
3131 enabled : true
32+ additionalLabels :
33+ owner : gen-ai
3234 # Installs cloudnative-pg operator
3335 installCrds : true
3436 # Pulls from secret if postgres.enabled = true
@@ -145,6 +147,9 @@ spec:
145147 templates :
146148 podTemplates :
147149 - name : clickhouse-pod-template
150+ metadata :
151+ labels :
152+ owner : gen-ai
148153 spec :
149154 containers :
150155 - name : clickhouse
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : trieve
33description : Helm chart expressing Trieve deployment without any dependencies
44type : application
5- version : 0.2.44
5+ version : 0.2.45
66appVersion : " 0.12.0"
77dependencies :
88 - name : qdrant
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 labels :
66 app.kubernetes.io/name : {{ $.Release.Name }}-trieve-postgres
77 app.kubernetes.io/instance : {{ .Release.Name }}
8- {{- with .Values.global. additionalLabels }}
8+ {{- with .Values.additionalLabels }}
99 {{- toYaml . | nindent 4 }}
1010 {{- end }}
1111spec :
Original file line number Diff line number Diff line change 11installCrds : true
22
3+ additionalLabels : {}
4+ # owner: gen-ai
5+
36clusterSpec :
47 instances : 3
58
Original file line number Diff line number Diff line change 11global :
22 additionalLabels :
33 # Add additional labels to the deployment
4- # owner: gen-ai
4+ owner : gen-ai
55
66 additionalAnnotations :
77 # Add additional annotations to the deployment
@@ -19,6 +19,8 @@ postgres:
1919 enabled : true
2020 # Installs cloudnative-pg operator
2121 installCrds : true
22+ # Override additionalLabels to prevent merge conflict with remote chart
23+ additionalLabels : {}
2224 # Pulls from secret if postgres.enabled = true
2325 # dbURI: "postgres://postgres:[email protected] :5432/trieve" 2426 # This requires installing cloud-native-pg operator https://cloudnative-pg.io/documentation/1.24/installation_upgrade/
You can’t perform that action at this time.
0 commit comments