Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit 2f2e4a1

Browse files
committed
persistance 10Gi
1 parent f4b3c51 commit 2f2e4a1

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

charts/jupyter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 0.2.11
19+
version: 0.2.12
2020

2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to

charts/jupyter/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"size": {
4848
"type": "string",
4949
"description": "Size of the persistent volume",
50-
"default": "1Gi"
50+
"default": "10Gi"
5151
}
5252
}
5353
},

charts/jupyter/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ persistence:
145145
##
146146
# storageClass: "-"
147147
accessMode: ReadWriteOnce
148-
size: 1Gi
148+
size: 10Gi
149149
# existingClaim: ""
150150

151151
autoscaling:

charts/rstudio/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.2.5
18+
version: 0.2.6
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/rstudio/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"size": {
3737
"type": "string",
3838
"description": "Size of the persistent volume",
39-
"default": "1Gi"
39+
"default": "10Gi"
4040
}
4141
}
4242
},

charts/rstudio/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ persistence:
140140
##
141141
# storageClass: "-"
142142
accessMode: ReadWriteOnce
143-
size: 1Gi
143+
size: 10Gi
144144
# existingClaim: ""
145145
autoscaling:
146146
enabled: false

charts/tensorflow/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 0.2.6
19+
version: 0.2.7
2020

2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to

charts/tensorflow/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"size": {
4949
"type": "string",
5050
"description": "Size of the persistent volume",
51-
"default": "1Gi"
51+
"default": "10Gi"
5252
}
5353
}
5454
},

charts/tensorflow/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ persistence:
141141
##
142142
# storageClass: "-"
143143
accessMode: ReadWriteOnce
144-
size: 1Gi
144+
size: 10Gi
145145
# existingClaim: ""
146146

147147
autoscaling:

charts/ubuntu/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.13
18+
version: 0.1.14
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

0 commit comments

Comments
 (0)