Skip to content

Commit 8bbea6c

Browse files
committed
[ibrary-chart] Fixed ChromaDB name in notes template
1 parent 557e9bc commit 8bbea6c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

charts/library-chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v2
22
name: library-chart
3-
version: 1.6.15
3+
version: 1.6.16
44
type: library

charts/library-chart/templates/_notes.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ It is possible to associate an initialization script with your service to set up
210210
</details>
211211
{{ end -}}
212212

213-
{{- with (include "library-chart.chroma-discovery-help" .) }}
213+
{{- with (include "library-chart.chromadb-discovery-help" .) }}
214214
<details>
215-
<summary>Chroma</summary>
215+
<summary>ChromaDB</summary>
216216
{{ . }}
217217
</details>
218218
{{ end -}}

charts/library-chart/templates/_secret_chroma_discovery.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ stringData:
5050
{{- end }}
5151

5252

53-
{{- define "library-chart.chroma-discovery-help" -}}
54-
{{- if (.Values.discovery).chroma }}
53+
{{- define "library-chart.chromadb-discovery-help" -}}
54+
{{- if (.Values.discovery).chromadb }}
5555
{{- if first (include "library-chart.getOnyxiaDiscoverySecrets" (list .Release.Namespace "chromadb") | fromJsonArray) }}
5656
The connection to your ChromaDB service is already preconfigured in your service.
5757
{{- if regexMatch "^r|r$" .Chart.Name }}

0 commit comments

Comments
 (0)