Skip to content

Commit 319995f

Browse files
committed
[jupyter] Remove unused NB_UTILS env variable
1 parent a49f011 commit 319995f

File tree

6 files changed

+3
-9
lines changed

6 files changed

+3
-9
lines changed

charts/jupyter-pyspark/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type: application
2424
# This is the chart version. This version number should be incremented each time you make changes
2525
# to the chart and its templates, including the app version.
2626
# Versions are expected to follow Semantic Versioning (https://semver.org/)
27-
version: 2.3.3
27+
version: 2.3.4
2828
dependencies:
2929
- name: library-chart
3030
version: 1.7.0

charts/jupyter-pyspark/templates/statefulset.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,6 @@ spec:
218218
{{- else }}
219219
value: "{{ .Values.service.image.version }}"
220220
{{- end }}
221-
- name: NB_USER
222-
value: {{ .Values.environment.user }}
223221
- name: PROJECT_USER
224222
value: {{ .Values.environment.user }}
225223
- name: PROJECT_GROUP

charts/jupyter-python/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type: application
2222
# This is the chart version. This version number should be incremented each time you make changes
2323
# to the chart and its templates, including the app version.
2424
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25-
version: 2.3.4
25+
version: 2.3.5
2626
dependencies:
2727
- name: library-chart
2828
version: 1.7.0

charts/jupyter-python/templates/statefulset.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,6 @@ spec:
169169
{{- else }}
170170
value: "{{ .Values.service.image.version }}"
171171
{{- end }}
172-
- name: NB_USER
173-
value: {{ .Values.environment.user }}
174172
- name: PROJECT_USER
175173
value: {{ .Values.environment.user }}
176174
- name: PROJECT_GROUP

charts/vscode-pyspark/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type: application
2424
# This is the chart version. This version number should be incremented each time you make changes
2525
# to the chart and its templates, including the app version.
2626
# Versions are expected to follow Semantic Versioning (https://semver.org/)
27-
version: 2.3.3
27+
version: 2.3.4
2828
dependencies:
2929
- name: library-chart
3030
version: 1.7.0

charts/vscode-pyspark/templates/statefulset.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,6 @@ spec:
228228
{{- else }}
229229
value: "{{ .Values.service.image.version }}"
230230
{{- end }}
231-
- name: NB_USER
232-
value: {{ .Values.environment.user }}
233231
- name: PROJECT_USER
234232
value: {{ .Values.environment.user }}
235233
- name: PROJECT_GROUP

0 commit comments

Comments
 (0)