Skip to content

Commit

Permalink
Merge pull request #4193 from lsst-sqre/tickets/DM-48838
Browse files Browse the repository at this point in the history
DM-48838: Upgrade Nublado to 8.4.1
  • Loading branch information
rra authored Feb 12, 2025
2 parents ea58172 + e309b3a commit de44b71
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion applications/nublado/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: JupyterHub and custom spawner for the Rubin Science Platform
sources:
- https://github.com/lsst-sqre/nublado
home: https://nublado.lsst.io/
appVersion: 8.4.0
appVersion: 8.4.1

dependencies:
- name: jupyterhub
Expand Down
2 changes: 1 addition & 1 deletion applications/nublado/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ JupyterHub and custom spawner for the Rubin Science Platform
| jupyterhub.hub.extraVolumeMounts | list | `hub-config` and the Gafaelfawr token | Additional volume mounts for JupyterHub |
| jupyterhub.hub.extraVolumes | list | The `hub-config` `ConfigMap` and the Gafaelfawr token | Additional volumes to make available to JupyterHub |
| jupyterhub.hub.image.name | string | `"ghcr.io/lsst-sqre/nublado-jupyterhub"` | Image to use for JupyterHub |
| jupyterhub.hub.image.tag | string | `"8.4.0"` | Tag of image to use for JupyterHub |
| jupyterhub.hub.image.tag | string | `"8.4.1"` | Tag of image to use for JupyterHub |
| jupyterhub.hub.loadRoles.server.scopes | list | `["self"]` | Default scopes for the user's lab, overridden to allow the lab to delete itself (which we use for our added menu items) |
| jupyterhub.hub.networkPolicy.enabled | bool | `false` | Whether to enable the default `NetworkPolicy` (currently, the upstream one does not work correctly) |
| jupyterhub.hub.resources | object | See `values.yaml` | Resource limits and requests |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ rules:
resources:
- "events"
- "pods/status"
- "serviceaccounts"
verbs:
- "get"
- "list"
Expand Down
2 changes: 1 addition & 1 deletion applications/nublado/values-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ controller:
- name: "inithome"
image:
repository: "ghcr.io/lsst-sqre/nublado-inithome"
tag: "8.4.0"
tag: "8.4.1"
privileged: true
volumeMounts:
- containerPath: "/home"
Expand Down
2 changes: 1 addition & 1 deletion applications/nublado/values-idfdemo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ controller:
- name: "inithome"
image:
repository: "ghcr.io/lsst-sqre/nublado-inithome"
tag: "8.4.0"
tag: "8.4.1"
privileged: true
volumeMounts:
- containerPath: "/home"
Expand Down
2 changes: 1 addition & 1 deletion applications/nublado/values-idfdev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ controller:
- name: "inithome"
image:
repository: "ghcr.io/lsst-sqre/nublado-inithome"
tag: "8.4.0"
tag: "8.4.1"
privileged: true
volumeMounts:
- containerPath: "/home"
Expand Down
2 changes: 1 addition & 1 deletion applications/nublado/values-idfint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ controller:
- name: "inithome"
image:
repository: "ghcr.io/lsst-sqre/nublado-inithome"
tag: "8.4.0"
tag: "8.4.1"
privileged: true
volumeMounts:
- containerPath: "/home"
Expand Down
2 changes: 1 addition & 1 deletion applications/nublado/values-idfprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ controller:
- name: "inithome"
image:
repository: "ghcr.io/lsst-sqre/nublado-inithome"
tag: "8.4.0"
tag: "8.4.1"
privileged: true
volumeMounts:
- containerPath: "/home"
Expand Down
2 changes: 1 addition & 1 deletion applications/nublado/values-roe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ controller:
- name: "inithome"
image:
repository: "ghcr.io/lsst-sqre/nublado-inithome"
tag: "8.4.0"
tag: "8.4.1"
privileged: true
volumeMounts:
- containerPath: "/home"
Expand Down
2 changes: 1 addition & 1 deletion applications/nublado/values-summit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ controller:
- name: "inithome"
image:
repository: "ghcr.io/lsst-sqre/nublado-inithome"
tag: "8.4.0"
tag: "8.4.1"
privileged: true
volumeMounts:
- containerPath: "/home"
Expand Down
2 changes: 1 addition & 1 deletion applications/nublado/values-tucson-teststand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ controller:
- name: "inithome"
image:
repository: "ghcr.io/lsst-sqre/nublado-inithome"
tag: "8.4.0"
tag: "8.4.1"
privileged: true
volumeMounts:
- containerPath: "/home"
Expand Down
2 changes: 1 addition & 1 deletion applications/nublado/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ jupyterhub:
name: "ghcr.io/lsst-sqre/nublado-jupyterhub"

# -- Tag of image to use for JupyterHub
tag: "8.4.0"
tag: "8.4.1"

# -- Resource limits and requests
# @default -- See `values.yaml`
Expand Down

0 comments on commit de44b71

Please sign in to comment.