Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/jupyter-pyspark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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: 3.0.4
version: 3.1.0
dependencies:
- name: library-chart
version: 2.0.3
Expand Down
3 changes: 3 additions & 0 deletions charts/jupyter-pyspark/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ spec:
labels:
{{- include "library-chart.selectorLabels" . | nindent 8 }}
spec:
{{- if .Values.runtimeClassName -}}
runtimeClassName: {{ .Values.runtimeClassName }}
{{- end }}
volumes:
- name: config-files
emptyDir: {}
Expand Down
9 changes: 9 additions & 0 deletions charts/jupyter-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1157,6 +1157,15 @@
"default": ""
}
}
},
"runtimeClassName" : {
"type": "string",
"description": "Runtime Class Name",
"default": "",
"x-onyxia": {
"hidden": true,
"overwriteSchemaWith": "ide/runtimeClassName.json"
}
}
}
}
2 changes: 2 additions & 0 deletions charts/jupyter-pyspark/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,3 +292,5 @@ certificates: {}
message:
fr: ""
en: ""

runtimeClassName: ""
2 changes: 1 addition & 1 deletion charts/jupyter-python/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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: 2.3.31
version: 2.4.0
dependencies:
- name: library-chart
version: 2.0.3
Expand Down
3 changes: 3 additions & 0 deletions charts/jupyter-python/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ spec:
labels:
{{- include "library-chart.selectorLabels" . | nindent 8 }}
spec:
{{- if .Values.runtimeClassName -}}
runtimeClassName: {{ .Values.runtimeClassName }}
{{- end }}
volumes:
- name: jupyter-local
emptyDir: {}
Expand Down
9 changes: 9 additions & 0 deletions charts/jupyter-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1099,6 +1099,15 @@
"default": ""
}
}
},
"runtimeClassName" : {
"type": "string",
"description": "Runtime Class Name",
"default": "",
"x-onyxia": {
"hidden": true,
"overwriteSchemaWith": "ide/runtimeClassName.json"
}
}
}
}
2 changes: 2 additions & 0 deletions charts/jupyter-python/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,3 +265,5 @@ certificates: {}
message:
fr: ""
en: ""

runtimeClassName: ""
2 changes: 1 addition & 1 deletion charts/rstudio-sparkr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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: 3.0.3
version: 3.1.0
dependencies:
- name: library-chart
version: 2.0.3
Expand Down
3 changes: 3 additions & 0 deletions charts/rstudio-sparkr/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ spec:
labels:
{{- include "library-chart.selectorLabels" . | nindent 8 }}
spec:
{{- if .Values.runtimeClassName -}}
runtimeClassName: {{ .Values.runtimeClassName }}
{{- end }}
volumes:
- name: config-files
emptyDir: {}
Expand Down
9 changes: 9 additions & 0 deletions charts/rstudio-sparkr/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1052,6 +1052,15 @@
"default": ""
}
}
},
"runtimeClassName" : {
"type": "string",
"description": "Runtime Class Name",
"default": "",
"x-onyxia": {
"hidden": true,
"overwriteSchemaWith": "ide/runtimeClassName.json"
}
}
}
}
2 changes: 2 additions & 0 deletions charts/rstudio-sparkr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,3 +273,5 @@ certificates: {}
message:
fr: ""
en: ""

runtimeClassName: ""
2 changes: 1 addition & 1 deletion charts/rstudio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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: 2.3.23
version: 2.4.0
dependencies:
- name: library-chart
version: 2.0.3
Expand Down
3 changes: 3 additions & 0 deletions charts/rstudio/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ spec:
labels:
{{- include "library-chart.selectorLabels" . | nindent 8 }}
spec:
{{- if .Values.runtimeClassName -}}
runtimeClassName: {{ .Values.runtimeClassName }}
{{- end }}
volumes:
- name: config-files
emptyDir: {}
Expand Down
9 changes: 9 additions & 0 deletions charts/rstudio/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -970,6 +970,15 @@
"default": ""
}
}
},
"runtimeClassName" : {
"type": "string",
"description": "Runtime Class Name",
"default": "",
"x-onyxia": {
"hidden": true,
"overwriteSchemaWith": "ide/runtimeClassName.json"
}
}
}
}
2 changes: 2 additions & 0 deletions charts/rstudio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,3 +227,5 @@ proxy:
message:
fr: ""
en: ""

runtimeClassName: ""
2 changes: 1 addition & 1 deletion charts/vscode-pyspark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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: 3.0.6
version: 3.1.0
dependencies:
- name: library-chart
version: 2.0.3
Expand Down
3 changes: 3 additions & 0 deletions charts/vscode-pyspark/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ spec:
labels:
{{- include "library-chart.selectorLabels" . | nindent 8 }}
spec:
{{- if .Values.runtimeClassName -}}
runtimeClassName: {{ .Values.runtimeClassName }}
{{- end }}
volumes:
- name: home
{{- if .Values.persistence.enabled }}
Expand Down
9 changes: 9 additions & 0 deletions charts/vscode-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1151,6 +1151,15 @@
"default": ""
}
}
},
"runtimeClassName" : {
"type": "string",
"description": "Runtime Class Name",
"default": "",
"x-onyxia": {
"hidden": true,
"overwriteSchemaWith": "ide/runtimeClassName.json"
}
}
}
}
2 changes: 2 additions & 0 deletions charts/vscode-pyspark/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -294,3 +294,5 @@ certificates: {}
message:
fr: ""
en: ""

runtimeClassName: ""
2 changes: 1 addition & 1 deletion charts/vscode-python/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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: 2.4.5
version: 2.5.0
dependencies:
- name: library-chart
version: 2.0.3
Expand Down
3 changes: 3 additions & 0 deletions charts/vscode-python/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ spec:
labels:
{{- include "library-chart.selectorLabels" . | nindent 8 }}
spec:
{{- if .Values.runtimeClassName -}}
runtimeClassName: {{ .Values.runtimeClassName }}
{{- end }}
volumes:
- name: config-files
emptyDir: {}
Expand Down
9 changes: 9 additions & 0 deletions charts/vscode-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1119,6 +1119,15 @@
"default": ""
}
}
},
"runtimeClassName" : {
"type": "string",
"description": "Runtime Class Name",
"default": "",
"x-onyxia": {
"hidden": true,
"overwriteSchemaWith": "ide/runtimeClassName.json"
}
}
}
}
2 changes: 2 additions & 0 deletions charts/vscode-python/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,3 +269,5 @@ certificates: {}
message:
fr: ""
en: ""

runtimeClassName: ""
Loading