Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use spottoken renewer from the datamechanics jupyter_server fork v2.5.0 #166

Merged
merged 8 commits into from
Nov 21, 2023
4 changes: 2 additions & 2 deletions charts/bigdata-notebook-workspace/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: bigdata-notebook-workspace
description: A Helm chart for the Spot Big Data Notebook Workspace
type: application
version: 0.0.5
appVersion: 4.0.3
version: 0.0.6
appVersion: 3.6.6-ofas-d77bf82
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
sources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ spec:
- --ServerApp.{{ $key | snakecase }}={{$value}}
{{- end}}
- --GatewayWebSocketConnection.kernel_ws_protocol=''
- --GatewayClient.gateway_token_renewer_class=jupyter_server.gateway.spottokenrenewer.SpotTokenRenewer
env:
{{- if .Values.pvc.create }}
- name: "CHOWN_HOME"
Expand Down
2 changes: 1 addition & 1 deletion charts/bigdata-notebook-workspace/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ image:
repository: public.ecr.aws/ocean-spark/bigdata-notebook
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: lab-3.6.3
tag: lab-3.6.6-ofas-d77bf82

imagePullSecrets:
- name: spot-bigdata-image-pull
Expand Down
Loading