Skip to content

Commit

Permalink
Bgd 4393 upgrade workflow notebook image to jupyterlab 4 (#171)
Browse files Browse the repository at this point in the history
* update to jupyterlab 4

* bumped version
  • Loading branch information
sigmarkarl authored Dec 18, 2023
1 parent 3324165 commit 0d41296
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/bigdata-notebook-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bigdata-notebook-service
description: A Helm chart for the Spot Big Data Notebook Service
type: application
version: 0.2.1
version: 0.2.2
appVersion: 0.1.16
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
Expand Down
2 changes: 2 additions & 0 deletions charts/bigdata-notebook-service/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ spec:
value: {{ .Values.egBaseUrl }}
- name: EG_NAMESPACE
value: {{ .Release.Namespace }}
- name: EG_LIST_KERNELS
value: {{ .Values.eglistKernels }}
- name: EG_CULL_IDLE_TIMEOUT
value: {{ .Values.kernel.cullIdleTimeout | quote }}
- name: EG_LOG_LEVEL
Expand Down
1 change: 1 addition & 0 deletions charts/bigdata-notebook-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ ingress:

egBaseUrl: "/"
egLogLevel: "DEBUG"
egListKernels: "true"

# Has to be in sync with bigdata-notebook-service-storage chart
sessionStoragePvcName: bigdata-notebook-service-storage
Expand Down

0 comments on commit 0d41296

Please sign in to comment.