Skip to content

Commit 4585ad0

Browse files
committed
Update Nublado version to 12.0.1
Suppress architecture-specific images and add a retry loop when trying to talk to Google Artifact Registry.
1 parent fba179c commit 4585ad0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

applications/nublado/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: JupyterHub and custom spawner for the Rubin Science Platform
55
sources:
66
- https://github.com/lsst-sqre/nublado
77
home: https://nublado.lsst.io/
8-
appVersion: 12.0.0
8+
appVersion: 12.0.1
99

1010
dependencies:
1111
- name: jupyterhub

applications/nublado/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ JupyterHub and custom spawner for the Rubin Science Platform
155155
| jupyterhub.hub.extraVolumeMounts | list | `hub-config` and the Gafaelfawr token | Additional volume mounts for JupyterHub |
156156
| jupyterhub.hub.extraVolumes | list | The `hub-config` `ConfigMap` and the Gafaelfawr token | Additional volumes to make available to JupyterHub |
157157
| jupyterhub.hub.image.name | string | `"ghcr.io/lsst-sqre/nublado-jupyterhub"` | Image to use for JupyterHub |
158-
| jupyterhub.hub.image.tag | string | `"12.0.0"` | Tag of image to use for JupyterHub |
158+
| jupyterhub.hub.image.tag | string | `"12.0.1"` | Tag of image to use for JupyterHub |
159159
| jupyterhub.hub.loadRoles.server.scopes | list | See `values.yaml` | Default scopes for the user's lab, overridden to allow the lab to delete itself (which we use for our added menu items) |
160160
| jupyterhub.hub.networkPolicy.enabled | bool | `false` | Whether to enable the default `NetworkPolicy` (currently, the upstream one does not work correctly) |
161161
| jupyterhub.hub.resources | object | See `values.yaml` | Resource limits and requests |

applications/nublado/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ jupyterhub:
566566
name: "ghcr.io/lsst-sqre/nublado-jupyterhub"
567567

568568
# -- Tag of image to use for JupyterHub
569-
tag: "12.0.0"
569+
tag: "12.0.1"
570570

571571
# -- Resource limits and requests
572572
# @default -- See `values.yaml`

0 commit comments

Comments
 (0)