diff --git a/bedrock/Chart.yaml b/bedrock/Chart.yaml index 7e70d22..aad5452 100644 --- a/bedrock/Chart.yaml +++ b/bedrock/Chart.yaml @@ -14,7 +14,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. -version: 0.1.1 +version: 0.1.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/bedrock/values.yaml b/bedrock/values.yaml index 934f2ee..c9db8cb 100644 --- a/bedrock/values.yaml +++ b/bedrock/values.yaml @@ -66,4 +66,6 @@ tolerations: [] affinity: {} - +config: + storageClassName: nfs-client-hermes + storageSize: 10Gi