mirror of
https://github.com/outbackdingo/qdrant-helm.git
synced 2026-01-27 10:20:18 +00:00
increase default pvc size to 10Gi, Bump chart version
This commit is contained in:
@@ -15,7 +15,7 @@ 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.8
|
||||
version: 0.2.9
|
||||
|
||||
# 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
|
||||
|
||||
@@ -74,7 +74,7 @@ affinity: {}
|
||||
|
||||
persistence:
|
||||
accessModes: ["ReadWriteOnce"]
|
||||
size: 1Gi
|
||||
size: 10Gi
|
||||
#storageClassName: local-path
|
||||
|
||||
#only supported for single node qdrant clusters.
|
||||
|
||||
Reference in New Issue
Block a user