Skip to content

Commit

Permalink
Merge pull request #5083 from shaneknapp/revert-kubespawner-patch
Browse files Browse the repository at this point in the history
[DH-123] remove the pinned version of `kubespawner`
  • Loading branch information
shaneknapp authored Sep 28, 2023
2 parents 76cb75a + 9e3b871 commit 0472629
Show file tree
Hide file tree
Showing 4 changed files with 4 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-0.dev.git.6820.hf9ad98e4
version: 0.0.1-0.dev.git.6847.h37aa9975
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-0.dev.git.6820.hf9ad98e4'
tag: '0.0.1-0.dev.git.6847.h37aa9975'
networkPolicy:
enabled: true
ingress:
Expand Down
2 changes: 1 addition & 1 deletion images/hub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +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
RUN python3 -m pip install --no-cache git+https://github.com/jupyterhub/kubespawner@6.1.0

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

# 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

0 comments on commit 0472629

Please sign in to comment.