mirror of
https://github.com/outbackdingo/qdrant-helm.git
synced 2026-01-27 10:20:18 +00:00
bump version
This commit is contained in:
@@ -15,10 +15,10 @@ type: application
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 0.2.6
|
||||
version: 0.2.7
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||
# It is recommended to use it with quotes.
|
||||
appVersion: "0.10.3"
|
||||
appVersion: "0.10.5"
|
||||
|
||||
@@ -69,4 +69,4 @@ Disclaimer: Snapshot restoration is only supported for single qdrant node setups
|
||||
To restore a snapshot create a Persistent Volume and a Persistent Volume Claim using a storage class according to your setup, copy the snapshots to the PV, enable snapshot restoration along with the snapshot file names and pvc name in values.yaml file and run the helm install command.
|
||||
|
||||
Example EBS pv, pvc and volume creation command is added in examples directory
|
||||
Note: Make sure volume is on the same region and az as where qdrant is going to be installed.
|
||||
Note: Make sure volume is on the same region and availability zone as where qdrant is going to be installed.
|
||||
|
||||
@@ -3,7 +3,7 @@ replicaCount: 1
|
||||
image:
|
||||
repository: qdrant/qdrant
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.10.3
|
||||
tag: v0.10.5
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
|
||||
Reference in New Issue
Block a user