Skip to content

Commit 6071aac

Browse files
committed
[Qdrant] upgrade to v1.14.1
1 parent 6fcad1b commit 6071aac

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

charts/qdrant/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ 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.2
25+
version: 0.1.3
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
2929
# follow Semantic Versioning. They should reflect the version the application is using.
3030
# It is recommended to use it with quotes.
31-
appVersion: "1.13.2"
31+
appVersion: "1.14.1"
3232

3333
dependencies:
3434
- name: qdrant
35-
version: 1.13.2
35+
version: 1.14.1
3636
repository: https://qdrant.github.io/qdrant-helm

charts/qdrant/templates/NOTES.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{{- if .Values.qdrant.apiKey }}
2-
Your api key is: **{{ .Values.qdrant.apiKey }}**
2+
Your password: **{{ .Values.qdrant.apiKey }}**
33
{{ end }}
44

55
{{- if .Values.qdrant.ingress.enabled }}
6-
You can connect to qdrant api with your browser on this [link](https://{{ index .Values.qdrant.ingress.hosts 0 "host" }})
7-
and to [qdrant dashboard on this link](https://{{ index .Values.qdrant.ingress.hosts 0 "host" }}/dashboard)
6+
You can use the following links to connect to [qdrant dashboard](https://{{ index .Values.qdrant.ingress.hosts 0 "host" }}/dashboard) and to [qdrant api](https://{{ index .Values.qdrant.ingress.hosts 0 "host" }})
87
{{- end }}
98

109
You can connect to qdrant from inside the datalab at this url : **http://{{ .Values.qdrant.fullnameOverride }}:6333**

charts/qdrant/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"tag": {
2424
"type": "string",
25-
"default": "v1.13.2-gpu-nvidia"
25+
"default": "v1.14.1-gpu-nvidia"
2626
},
2727
"repository": {
2828
"type": "string",

charts/qdrant/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ qdrant:
44
image:
55
repository: docker.io/qdrant/qdrant
66
pullPolicy: IfNotPresent
7-
tag: "v1.13.2-gpu-nvidia"
7+
tag: "v1.14.1-gpu-nvidia"
88
useUnprivilegedImage: false
99

1010
imagePullSecrets: []

0 commit comments

Comments
 (0)