Skip to content

Commit

Permalink
Update shib-web default image to include timeout vars
Browse files Browse the repository at this point in the history
version of isort is also updated to avoid
'pip-shims<=0.3.4' does not match '^[a-zA-Z-_.0-9]+$' error
  • Loading branch information
xcompass committed Jun 9, 2023
1 parent abb43a4 commit 81105c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repos:

# Autoformat: Python code
- repo: https://github.com/pycqa/isort
rev: 5.11.4
rev: 5.12.0
hooks:
- id: isort
args:
Expand Down
2 changes: 1 addition & 1 deletion jupyterhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ shib:
web:
image:
name: 032401129069.dkr.ecr.ca-central-1.amazonaws.com/jupyterhub
tag: cf95492-dirty
tag: shib-web-latestv1
pullPolicy:
pullSecrets: []
replicas: 1
Expand Down

0 comments on commit 81105c1

Please sign in to comment.