Merge pull request #33 from qdrant/fix/nawar/increase-pvc-size

increase default pvc size to 10Gi, Bump chart version
This commit is contained in:
Moustafa Nawar
2023-04-13 14:39:08 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -74,7 +74,7 @@ affinity: {}
persistence:
accessModes: ["ReadWriteOnce"]
size: 1Gi
size: 10Gi
#storageClassName: local-path
#only supported for single node qdrant clusters.