Skip to content

Commit

Permalink
Update notebook workspaces (#204)
Browse files Browse the repository at this point in the history
Update notebook to latest version
  • Loading branch information
arnthor-agustsson authored May 8, 2024
1 parent 7aa3abf commit 74cccf0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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.11
appVersion: 4.0.10-ofas-d35201c
version: 0.0.13
appVersion: 4.1.8-ofas-704f999
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
sources:
Expand Down
3 changes: 2 additions & 1 deletion charts/bigdata-notebook-workspace/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ spec:
- containerPort: {{ .Values.containerPort.port }}
name: {{ .Values.containerPort.name }}
command:
- start-notebook.sh
- start-notebook.sh
- --allow-root
args:
{{- range $key, $value := .Values.server }}
- --ServerApp.{{ $key | snakecase }}={{$value}}
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-4.0.10-ofas-d35201c
tag: lab-4.1.8-ofas-704f999

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

0 comments on commit 74cccf0

Please sign in to comment.