Skip to content

Commit

Permalink
resolve comments on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
goseind committed Jul 24, 2023
1 parent ba3a572 commit fa95e8c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion infrastructure/cluster/flux-v2/jhub/jhub-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ metadata:
name: jhub
namespace: jhub
spec:
interval: 1m0s
interval: 10m
url: https://hub.jupyter.org/helm-chart/

2 changes: 1 addition & 1 deletion infrastructure/cluster/flux-v2/jhub/jhub-profiles-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ data:
singleuser:
profileList:
- display_name: "Default profile"
description: "This is the default profile for all users."
description: "A jupyter/scipy-notebook env with python-3.9, the rucio-jupyterlab extension and the reana-client installed."
default: True
6 changes: 3 additions & 3 deletions infrastructure/cluster/flux-v2/jhub/jhub-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ metadata:
namespace: jhub
spec:
releaseName: jhub-cvre
interval: 1m0s
interval: 5m
chart:
spec:
sourceRef:
kind: HelmRepository
name: jhub
namespace: jhub
chart: jupyterhub
interval: 1m0s
interval: 5m
version: 2.0.0
valuesFrom:
- kind: Secret
Expand Down Expand Up @@ -149,7 +149,7 @@ spec:
mountPropagation: HostToContainer
readOnly: true
image:
name: ghcr.io/goseind/singleuser-base # replace with updated image in vre-hub
name: ghcr.io/vre-hub/vre-singleuser:sha-7210810
tag: latest
pullPolicy: Always
extraFiles:
Expand Down

0 comments on commit fa95e8c

Please sign in to comment.