Skip to content

Commit

Permalink
Merge pull request #5064 from berkeley-dsep-infra/staging
Browse files Browse the repository at this point in the history
merging 5060 to prod
  • Loading branch information
shaneknapp authored Sep 24, 2023
2 parents b26f53d + cdc3d97 commit e0668f4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
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-n6679.hdeb3cd12
version: 0.0.1-0.dev.git.6820.hf9ad98e4
2 changes: 1 addition & 1 deletion hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jupyterhub:
# Generated by chartpress
image:
name: gcr.io/ucb-datahub-2018/jupyterhub-hub
tag: '0.0.1-n6679.hdeb3cd12'
tag: '0.0.1-0.dev.git.6820.hf9ad98e4'
networkPolicy:
enabled: true
ingress:
Expand Down
1 change: 1 addition & 0 deletions images/hub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ USER root

RUN python3 -m pip install --no-cache git+https://github.com/berkeley-dsep-infra/canvasoauthenticator@09e7ed8
RUN python3 -m pip install --no-cache jupyterhub-ltiauthenticator==1.5.1
RUN python3 -m pip install --no-cache git+https://github.com/jupyterhub/kubespawner@main

COPY logos /srv/logos

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-n6669.h6aac4c6d
version: 0.0.1-0.dev.git.6680.h8e8b5161

# 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
2 changes: 1 addition & 1 deletion 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-n6607.h11654cae"
tag: "0.0.1-0.dev.git.6607.h11654cae"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit e0668f4

Please sign in to comment.