Skip to content

Commit

Permalink
chartpressed and fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Oct 30, 2024
1 parent 3e41728 commit 299c086
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 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: 20240731-224556.git.8734.h9b451d16
version: 20240731-224556.git.8735.h3e417283
11 changes: 5 additions & 6 deletions hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,11 @@ jupyterhub:
# https://z2jh.jupyter.org/en/latest/resources/reference.html#proxy-chp-extrapodspec
# https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#PodSpec
#
#extraPodSpec:
# why u fail?
# securityContext:
# sysctls:
# name: "net.ipv4.ip_local_port_range"
# value: "10000 65001"
extraPodSpec:
securityContext:
sysctls:
- name: net.ipv4.ip_local_port_range
value: "10000 65000"
image:
tag: 4.6.2
# extraCommandLineFlags:
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: 20240731-224556.git.8652.h618d172c
version: 20240731-224556.git.8735.h3e417283

# 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 299c086

Please sign in to comment.