Skip to content

Commit e073a47

Browse files
committed
[Qdrant] modify notes.txt
1 parent a6dac13 commit e073a47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/qdrant/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type: application
2222
# This is the chart version. This version number should be incremented each time you make changes
2323
# to the chart and its templates, including the app version.
2424
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25-
version: 0.1.4
25+
version: 0.1.5
2626

2727
# This is the version number of the application being deployed. This version number should be
2828
# incremented each time you make changes to the application. Versions are not expected to

charts/qdrant/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- if .Values.qdrant.apiKey }}
2-
Your password: **`{{ .Values.qdrant.apiKey }}`**
2+
Your password: {{ .Values.qdrant.apiKey }}
33
{{ end }}
44

55
{{- if .Values.qdrant.ingress.enabled }}

0 commit comments

Comments
 (0)