diff --git a/Chart.yaml b/Chart.yaml index 2a97858..cfccaa1 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -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 diff --git a/values.yaml b/values.yaml index f20d057..2384d19 100644 --- a/values.yaml +++ b/values.yaml @@ -74,7 +74,7 @@ affinity: {} persistence: accessModes: ["ReadWriteOnce"] - size: 1Gi + size: 10Gi #storageClassName: local-path #only supported for single node qdrant clusters.