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

Bumping Docker image tags in JupyterHub config #1604

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions config/clusters/2i2c/ohw.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ basehub:
userServiceAccount:
annotations:
iam.gke.io/gcp-service-account: [email protected]

jupyterhub:
prePuller:
continuous:
Expand Down Expand Up @@ -47,7 +46,7 @@ basehub:
description: "~2 CPU, ~8G RAM"
default: true
kubespawner_override:
image: "ghcr.io/oceanhackweek/python:f6f8b9f"
image: "ghcr.io/oceanhackweek/python:d98b914"
default_url: "/lab"
mem_limit: 8G
mem_guarantee: 4G
Expand All @@ -56,7 +55,7 @@ basehub:
- display_name: "R image"
description: "~2 CPU, ~8G RAM"
kubespawner_override:
image: "ghcr.io/oceanhackweek/r:f6f8b9f"
image: "ghcr.io/oceanhackweek/r:d98b914"
default_url: "/rstudio"
mem_limit: 8G
mem_guarantee: 4G
Expand Down