Skip to content

Commit

Permalink
Merge pull request #2870 from lsst-sqre/tickets/DM-42527
Browse files Browse the repository at this point in the history
DM-42527: Update to Nublado release 4.0.2
  • Loading branch information
rra authored Jan 20, 2024
2 parents 1750ae3 + 24947da commit 14e0140
Show file tree
Hide file tree
Showing 11 changed files with 11 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: 4.0.1
appVersion: 4.0.2

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 @@ -99,7 +99,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 | `"4.0.1"` | Tag of image to use for JupyterHub |
| jupyterhub.hub.image.tag | string | `"4.0.2"` | 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 | `{"limits":{"cpu":"900m","memory":"1Gi"}}` | Resource limits and requests |
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 @@ -24,7 +24,7 @@ controller:
- name: "inithome"
image:
repository: "ghcr.io/lsst-sqre/nublado-inithome"
tag: "4.0.1"
tag: "4.0.2"
privileged: true
volumeMounts:
- containerPath: "/home"
Expand Down
2 changes: 1 addition & 1 deletion applications/nublado/values-ccin2p3.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: "4.0.1"
tag: "4.0.2"
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 @@ -27,7 +27,7 @@ controller:
- name: "inithome"
image:
repository: "ghcr.io/lsst-sqre/nublado-inithome"
tag: "4.0.1"
tag: "4.0.2"
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 @@ -36,7 +36,7 @@ controller:
- name: "inithome"
image:
repository: "ghcr.io/lsst-sqre/nublado-inithome"
tag: "4.0.1"
tag: "4.0.2"
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 @@ -24,7 +24,7 @@ controller:
- name: "inithome"
image:
repository: "ghcr.io/lsst-sqre/nublado-inithome"
tag: "4.0.1"
tag: "4.0.2"
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: "4.0.1"
tag: "4.0.2"
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 @@ -24,7 +24,7 @@ controller:
- name: "inithome"
image:
repository: "ghcr.io/lsst-sqre/nublado-inithome"
tag: "4.0.1"
tag: "4.0.2"
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 @@ -24,7 +24,7 @@ controller:
- name: "inithome"
image:
repository: "ghcr.io/lsst-sqre/nublado-inithome"
tag: "4.0.1"
tag: "4.0.2"
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 @@ -381,7 +381,7 @@ jupyterhub:
name: "ghcr.io/lsst-sqre/nublado-jupyterhub"

# -- Tag of image to use for JupyterHub
tag: "4.0.1"
tag: "4.0.2"

# -- Resource limits and requests
resources:
Expand Down

0 comments on commit 14e0140

Please sign in to comment.