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

Commit

Permalink
persistance 10Gi
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomte committed Feb 4, 2021
1 parent f4b3c51 commit 2f2e4a1
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion charts/jupyter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"size": {
"type": "string",
"description": "Size of the persistent volume",
"default": "1Gi"
"default": "10Gi"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ persistence:
##
# storageClass: "-"
accessMode: ReadWriteOnce
size: 1Gi
size: 10Gi
# existingClaim: ""

autoscaling:
Expand Down
2 changes: 1 addition & 1 deletion charts/rstudio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/rstudio/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"size": {
"type": "string",
"description": "Size of the persistent volume",
"default": "1Gi"
"default": "10Gi"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion charts/rstudio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ persistence:
##
# storageClass: "-"
accessMode: ReadWriteOnce
size: 1Gi
size: 10Gi
# existingClaim: ""
autoscaling:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion charts/tensorflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/tensorflow/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"size": {
"type": "string",
"description": "Size of the persistent volume",
"default": "1Gi"
"default": "10Gi"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion charts/tensorflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ persistence:
##
# storageClass: "-"
accessMode: ReadWriteOnce
size: 1Gi
size: 10Gi
# existingClaim: ""

autoscaling:
Expand Down
2 changes: 1 addition & 1 deletion charts/ubuntu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/ubuntu/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"size": {
"type": "string",
"description": "Size of the persistent volume",
"default": "1Gi"
"default": "10Gi"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion charts/ubuntu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ persistence:
##
# storageClass: "-"
accessMode: ReadWriteOnce
size: 1Gi
size: 10Gi
# existingClaim: ""

autoscaling:
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"size": {
"type": "string",
"description": "Size of the persistent volume",
"default": "1Gi"
"default": "10Gi"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ persistence:
##
# storageClass: "-"
accessMode: ReadWriteOnce
size: 1Gi
size: 10Gi
# existingClaim: ""

autoscaling:
Expand Down

0 comments on commit 2f2e4a1

Please sign in to comment.