Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
notebooks-operations
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
702
Projekty
notebooks-operations
Merge requests
!25
Upgrade versions - k8s 1.31.2, jupyterhub 4.1.6
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Upgrade versions - k8s 1.31.2, jupyterhub 4.1.6
jupyterhub-416
into
master
Overview
0
Commits
6
Pipelines
0
Changes
6
Merged
Upgrade versions - k8s 1.31.2, jupyterhub 4.1.6
František Dvořák
requested to merge
jupyterhub-416
into
master
8 months ago
Overview
0
Commits
6
Pipelines
0
Changes
6
Upgrade k8s, system components, jupyterhub and security components.
0
0
Merge request reports
Viewing commit
8e9f2e18
Prev
Next
Show latest version
6 files
+
15
−
6
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
8e9f2e18
Update JupyterHub to 4.1.6
· 8e9f2e18
František Dvořák
authored
8 months ago
cesnet-central/deployments/fullhub.yaml
+
3
−
1
View file @ 8e9f2e18
Edit in single-file editor
Open in Web IDE
Show full file
@@ -167,9 +167,11 @@ hub:
@@ -167,9 +167,11 @@ hub:
display
:
false
display
:
false
api_token
:
"
{{
secrets['zabbix_token']
}}"
api_token
:
"
{{
secrets['zabbix_token']
}}"
# recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml
# recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml
# keep k8s-hub version in sync with ../playbooks/notebooks.yaml
image
:
image
:
name
:
eginotebooks/hub
name
:
eginotebooks/hub
tag
:
"
sha-2fa0db6"
# k8s-hub 3.3.8
tag
:
"
sha-f5af1a3"
config
:
config
:
Authenticator
:
Authenticator
:
enable_auth_state
:
true
enable_auth_state
:
true
Loading