From 2f2e4a148dcf33d5fa6424f96d07e0b6d860029d Mon Sep 17 00:00:00 2001 From: tm8enk Date: Thu, 4 Feb 2021 13:14:27 +0000 Subject: [PATCH] persistance 10Gi --- charts/jupyter/Chart.yaml | 2 +- charts/jupyter/values.schema.json | 2 +- charts/jupyter/values.yaml | 2 +- charts/rstudio/Chart.yaml | 2 +- charts/rstudio/values.schema.json | 2 +- charts/rstudio/values.yaml | 2 +- charts/tensorflow/Chart.yaml | 2 +- charts/tensorflow/values.schema.json | 2 +- charts/tensorflow/values.yaml | 2 +- charts/ubuntu/Chart.yaml | 2 +- charts/ubuntu/values.schema.json | 2 +- charts/ubuntu/values.yaml | 2 +- charts/vscode/Chart.yaml | 2 +- charts/vscode/values.schema.json | 2 +- charts/vscode/values.yaml | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/charts/jupyter/Chart.yaml b/charts/jupyter/Chart.yaml index 0c18f8b4..eee94f5b 100644 --- a/charts/jupyter/Chart.yaml +++ b/charts/jupyter/Chart.yaml @@ -16,7 +16,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.11 +version: 0.2.12 # 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/charts/jupyter/values.schema.json b/charts/jupyter/values.schema.json index 3df6ce0c..24acabb7 100644 --- a/charts/jupyter/values.schema.json +++ b/charts/jupyter/values.schema.json @@ -47,7 +47,7 @@ "size": { "type": "string", "description": "Size of the persistent volume", - "default": "1Gi" + "default": "10Gi" } } }, diff --git a/charts/jupyter/values.yaml b/charts/jupyter/values.yaml index 652dfaab..6b39bbe3 100644 --- a/charts/jupyter/values.yaml +++ b/charts/jupyter/values.yaml @@ -145,7 +145,7 @@ persistence: ## # storageClass: "-" accessMode: ReadWriteOnce - size: 1Gi + size: 10Gi # existingClaim: "" autoscaling: diff --git a/charts/rstudio/Chart.yaml b/charts/rstudio/Chart.yaml index 4e65920d..c4542567 100644 --- a/charts/rstudio/Chart.yaml +++ b/charts/rstudio/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.5 +version: 0.2.6 # 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/charts/rstudio/values.schema.json b/charts/rstudio/values.schema.json index 981c60d4..42ac0d19 100644 --- a/charts/rstudio/values.schema.json +++ b/charts/rstudio/values.schema.json @@ -36,7 +36,7 @@ "size": { "type": "string", "description": "Size of the persistent volume", - "default": "1Gi" + "default": "10Gi" } } }, diff --git a/charts/rstudio/values.yaml b/charts/rstudio/values.yaml index 8c0f5a40..19537c22 100644 --- a/charts/rstudio/values.yaml +++ b/charts/rstudio/values.yaml @@ -140,7 +140,7 @@ persistence: ## # storageClass: "-" accessMode: ReadWriteOnce - size: 1Gi + size: 10Gi # existingClaim: "" autoscaling: enabled: false diff --git a/charts/tensorflow/Chart.yaml b/charts/tensorflow/Chart.yaml index 4042295b..39e1039d 100644 --- a/charts/tensorflow/Chart.yaml +++ b/charts/tensorflow/Chart.yaml @@ -16,7 +16,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.6 +version: 0.2.7 # 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/charts/tensorflow/values.schema.json b/charts/tensorflow/values.schema.json index 62c13957..d05118e5 100644 --- a/charts/tensorflow/values.schema.json +++ b/charts/tensorflow/values.schema.json @@ -48,7 +48,7 @@ "size": { "type": "string", "description": "Size of the persistent volume", - "default": "1Gi" + "default": "10Gi" } } }, diff --git a/charts/tensorflow/values.yaml b/charts/tensorflow/values.yaml index 5838224e..df9ddea1 100644 --- a/charts/tensorflow/values.yaml +++ b/charts/tensorflow/values.yaml @@ -141,7 +141,7 @@ persistence: ## # storageClass: "-" accessMode: ReadWriteOnce - size: 1Gi + size: 10Gi # existingClaim: "" autoscaling: diff --git a/charts/ubuntu/Chart.yaml b/charts/ubuntu/Chart.yaml index 63e4257a..c8c9bcf4 100644 --- a/charts/ubuntu/Chart.yaml +++ b/charts/ubuntu/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.1.13 +version: 0.1.14 # 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/charts/ubuntu/values.schema.json b/charts/ubuntu/values.schema.json index 05c0a79c..9285b488 100644 --- a/charts/ubuntu/values.schema.json +++ b/charts/ubuntu/values.schema.json @@ -48,7 +48,7 @@ "size": { "type": "string", "description": "Size of the persistent volume", - "default": "1Gi" + "default": "10Gi" } } }, diff --git a/charts/ubuntu/values.yaml b/charts/ubuntu/values.yaml index bcfa97b0..9fcd4e47 100644 --- a/charts/ubuntu/values.yaml +++ b/charts/ubuntu/values.yaml @@ -142,7 +142,7 @@ persistence: ## # storageClass: "-" accessMode: ReadWriteOnce - size: 1Gi + size: 10Gi # existingClaim: "" autoscaling: diff --git a/charts/vscode/Chart.yaml b/charts/vscode/Chart.yaml index c7246768..ff517980 100644 --- a/charts/vscode/Chart.yaml +++ b/charts/vscode/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.3.4 +version: 0.3.5 # 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/charts/vscode/values.schema.json b/charts/vscode/values.schema.json index 74454ee9..ff2fa506 100644 --- a/charts/vscode/values.schema.json +++ b/charts/vscode/values.schema.json @@ -58,7 +58,7 @@ "size": { "type": "string", "description": "Size of the persistent volume", - "default": "1Gi" + "default": "10Gi" } } }, diff --git a/charts/vscode/values.yaml b/charts/vscode/values.yaml index 9a84f4af..6a5e63a2 100644 --- a/charts/vscode/values.yaml +++ b/charts/vscode/values.yaml @@ -138,7 +138,7 @@ persistence: ## # storageClass: "-" accessMode: ReadWriteOnce - size: 1Gi + size: 10Gi # existingClaim: "" autoscaling: