Skip to content

Commit

Permalink
Merge pull request #2853 from lsst-sqre/tickets/DM-42477
Browse files Browse the repository at this point in the history
DM-42477: Deploy Nublado version 4.0.1
  • Loading branch information
rra authored Jan 12, 2024
2 parents ce86cfc + de875b2 commit 826edcc
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 34 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.0
appVersion: 4.0.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 @@ -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.0"` | Tag of image to use for JupyterHub |
| jupyterhub.hub.image.tag | string | `"4.0.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 | `{"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.0"
tag: "4.0.1"
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.0"
tag: "4.0.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 @@ -27,7 +27,7 @@ controller:
- name: "inithome"
image:
repository: "ghcr.io/lsst-sqre/nublado-inithome"
tag: "4.0.0"
tag: "4.0.1"
privileged: true
volumeMounts:
- containerPath: "/home"
Expand Down
28 changes: 14 additions & 14 deletions applications/nublado/values-idfint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,11 @@ controller:
NO_ACTIVITY_TIMEOUT: "432000"
CULL_KERNEL_IDLE_TIMEOUT: "432000"
CULL_TERMINAL_INACTIVE_TIMEOUT: "432000"
sizes:
- size: small
cpu: 1.0
memory: 4Gi
- size: medium
cpu: 2.0
memory: 8Gi
- size: large
cpu: 4.0
memory: 16Gi
- size: huge
cpu: 8.0
memory: 32Gi
initContainers:
- name: "inithome"
image:
repository: "ghcr.io/lsst-sqre/nublado-inithome"
tag: "4.0.0"
tag: "4.0.1"
privileged: true
volumeMounts:
- containerPath: "/home"
Expand All @@ -63,6 +50,19 @@ controller:
secretKey: "butler-hmac-idf-creds.json"
- secretName: "nublado-lab-secret"
secretKey: "postgres-credentials.txt"
sizes:
- size: small
cpu: 1.0
memory: 4Gi
- size: medium
cpu: 2.0
memory: 8Gi
- size: large
cpu: 4.0
memory: 16Gi
- size: huge
cpu: 8.0
memory: 32Gi
volumes:
- name: "home"
source:
Expand Down
22 changes: 11 additions & 11 deletions applications/nublado/values-idfprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,11 @@ controller:
NO_ACTIVITY_TIMEOUT: "432000"
CULL_KERNEL_IDLE_TIMEOUT: "432000"
CULL_TERMINAL_INACTIVE_TIMEOUT: "432000"
sizes:
- size: small
cpu: 1.0
memory: 4Gi
- size: medium
cpu: 2.0
memory: 8Gi
- size: large
cpu: 4.0
memory: 16Gi
initContainers:
- name: "inithome"
image:
repository: "ghcr.io/lsst-sqre/nublado-inithome"
tag: "4.0.0"
tag: "4.0.1"
privileged: true
volumeMounts:
- containerPath: "/home"
Expand All @@ -48,6 +38,16 @@ controller:
secretKey: "butler-hmac-idf-creds.json"
- secretName: "nublado-lab-secret"
secretKey: "postgres-credentials.txt"
sizes:
- size: small
cpu: 1.0
memory: 4Gi
- size: medium
cpu: 2.0
memory: 8Gi
- size: large
cpu: 4.0
memory: 16Gi
volumes:
- name: "home"
source:
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.0"
tag: "4.0.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 @@ -24,7 +24,7 @@ controller:
- name: "inithome"
image:
repository: "ghcr.io/lsst-sqre/nublado-inithome"
tag: "4.0.0"
tag: "4.0.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 @@ -24,7 +24,7 @@ controller:
- name: "inithome"
image:
repository: "ghcr.io/lsst-sqre/nublado-inithome"
tag: "4.0.0"
tag: "4.0.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 @@ -381,7 +381,7 @@ jupyterhub:
name: "ghcr.io/lsst-sqre/nublado-jupyterhub"

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

# -- Resource limits and requests
resources:
Expand Down

0 comments on commit 826edcc

Please sign in to comment.