Skip to content

Commit

Permalink
Workspaces will now use our custom docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnar Páll authored and arnarpall committed Oct 10, 2023
1 parent 6f45915 commit e4ed4a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/bigdata-notebook-workspace/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bigdata-notebook-workspace
description: A Helm chart for the Spot Big Data Notebook Workspace
type: application
version: 0.0.4
version: 0.0.5
appVersion: 4.0.3
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
Expand Down
4 changes: 2 additions & 2 deletions charts/bigdata-notebook-workspace/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ server:
allowOrigin: '*'

image:
repository: jupyter/base-notebook
repository: public.ecr.aws/ocean-spark/bigdata-notebook
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: lab-4.0.4
tag: lab-3.6.3

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

0 comments on commit e4ed4a6

Please sign in to comment.