Skip to content

Commit

Permalink
use spottoken renewer from the datamechanics jupyter_server fork v2.5…
Browse files Browse the repository at this point in the history
….0 (#166)

* use sha in appversion and image tag
  • Loading branch information
sigmarkarl authored Nov 21, 2023
1 parent 559631c commit 75a3988
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
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

0 comments on commit 75a3988

Please sign in to comment.