From 8250915e79eeb313584f075e21bcd7f093766c28 Mon Sep 17 00:00:00 2001 From: Moustafa Nawar Date: Thu, 13 Apr 2023 14:34:03 +0200 Subject: [PATCH] increase default pvc size to 10Gi, Bump chart version --- Chart.yaml | 2 +- values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.