Skip to content

Commit

Permalink
Commit triggered by a change on the main branch of helm-charts-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrauzzi committed Feb 9, 2023
1 parent efa47fd commit 4ba570e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion charts/application-hub/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: 2.0.11
version: 2.0.12

# 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
17 changes: 8 additions & 9 deletions charts/application-hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,6 @@ jupyterhub:
# Helm chart's pods can get credentials from to pull their images.
imagePullSecrets: []

extraConfigmapMounts:
- name: applicationhub-jupyter-config
configMap: applicationhub-jupyter-config
mountPath: /usr/local/etc
readOnly: true

# hub relates to the hub pod, responsible for running JupyterHub, its configured
# Authenticator class KubeSpawner, and its configured Proxy class
# ConfigurableHTTPProxy. KubeSpawner creates the user pods, and
Expand Down Expand Up @@ -155,15 +149,20 @@ jupyterhub:
args:
- "jupyterhub"
- "--config"
- "/usr/local/etc/jupyterhub_config.py"
- "/usr/local/etc/jupyterhub/jupyterhub_config.py"
- "--debug"
- "--upgrade-db"
extraConfig: {}
extraFiles: {}
extraEnv: {}
extraContainers: []
extraVolumes: []
extraVolumeMounts: []
extraVolumes:
- name: applicationhub-jupyter-config
configMap:
name: applicationhub-jupyter-config
extraVolumeMounts:
- name: applicationhub-jupyter-config
mountPath: /usr/local/etc/jupyterhub
image:
name: jupyterhub/k8s-hub
tag: "2.0.0"
Expand Down

0 comments on commit 4ba570e

Please sign in to comment.