bump version

This commit is contained in:
Moustafa Nawar
2022-10-25 09:52:58 +02:00
parent 64ef5dce54
commit cdd65ded26
3 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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.

View File

@@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: qdrant/qdrant
pullPolicy: IfNotPresent
tag: v0.10.3
tag: v0.10.5
imagePullSecrets: []
nameOverride: ""