Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merging 5920/5954/5955/5959 to prod #5956

Merged
merged 8 commits into from
Aug 15, 2024
2 changes: 1 addition & 1 deletion deployments/data102/config/common.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
nfsPVC:
enabled: true
nfs:
serverIP: 172.31.130.242
serverIP: 10.185.238.42

jupyterhub:
scheduling:
Expand Down
6 changes: 5 additions & 1 deletion deployments/datahub/images/default/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ RUN apt-get -qq update --yes && \
RUN adduser --disabled-password --gecos "Default Jupyter user" ${NB_USER}

# Do not exclude manpages from being installed.
RUN sed -i -e '/usr.share.man/s/^/#/' /etc/dpkg/dpkg.cfg.d/excludes
RUN sed -i '/usr.share.man/s/^/#/' /etc/dpkg/dpkg.cfg.d/excludes

# Reinstall coreutils so that basic man pages are installed. Due to dpkg's
# exclusion, they were not originally installed.
RUN apt --reinstall install coreutils

# Install all apt packages
COPY apt.txt /tmp/apt.txt
Expand Down
2 changes: 1 addition & 1 deletion deployments/dlab/config/common.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
nfsPVC:
enabled: true
nfs:
serverIP: 10.50.250.234
serverIP: 10.185.238.42

jupyterhub:
scheduling:
Expand Down
2 changes: 1 addition & 1 deletion deployments/publichealth/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ etcGitConfig:
nfsPVC:
enabled: true
nfs:
serverIP: 10.204.227.122
serverIP: 10.185.238.42

jupyterhub:
scheduling:
Expand Down
2 changes: 1 addition & 1 deletion hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: '1.0'
description: Deployment Chart for JupyterHub
name: hub
version: 0.0.1-0.dev.git.7608.ha33ba6ef
version: 20240731-224556
4 changes: 2 additions & 2 deletions hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jupyterhub:
# https://github.com/consideRatio/configurable-http-proxy/commits/main/
#
image:
tag: 4.6.1-fork
tag: 4.6.2
extraCommandLineFlags:
# set the timeout and proxyTimeout to 24 hours (arg is in milliseconds)
# https://github.com/http-party/node-http-proxy?tab=readme-ov-file#options
Expand Down Expand Up @@ -241,7 +241,7 @@ jupyterhub:
# Generated by chartpress
image:
name: gcr.io/ucb-datahub-2018/jupyterhub-hub
tag: '0.0.1-0.dev.git.7607.h4497642d'
tag: '20240731-224556'
networkPolicy:
enabled: true
# interNamespaceAccessLabels=accept makes the hub pod's associated
Expand Down
2 changes: 1 addition & 1 deletion node-placeholder/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.1-0.dev.git.7608.ha33ba6ef
version: 20240731-224556

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
5 changes: 3 additions & 2 deletions node-placeholder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
repository: us-central1-docker.pkg.dev/ucb-datahub-2018/core/node-placeholder-scaler
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "0.0.1-0.dev.git.6946.hdccbf2f4"
tag: "20240731-224556"

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -48,7 +48,8 @@ priorityClass:

tolerations:

calendarUrl: https://calendar.google.com/calendar/ical/c_s47m3m1nuj3s81187k3b2b5s5o%40group.calendar.google.com/public/basic.ics
calendarUrl:
https://calendar.google.com/calendar/ical/c_s47m3m1nuj3s81187k3b2b5s5o%40group.calendar.google.com/public/basic.ics

grafana:
tags:
Expand Down
Loading