jupyterhub / zero-to-jupyterhub-k8s

Helm Chart & Documentation for deploying JupyterHub on Kubernetes
https://zero-to-jupyterhub.readthedocs.io
Other
1.5k stars 788 forks source link

Helm Additional property ingressClassName is not allowed #2658

Closed kempspo closed 2 years ago

kempspo commented 2 years ago

Bug description

ingress:
  enabled: true
  ingressClassName: someIngressClass

Helm throws the following error when Error: UPGRADE FAILED: values don't meet the specifications of the schema(s) in the following chart(s): jupyterhub: - ingress: Additional property ingressClassName is not allowed

Expected behaviour

Adding an ingressClass does not throw an error

Actual behaviour

How to reproduce

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Your personal set up

Full environment ``` # paste output of `pip freeze` or `conda list` here ```
Configuration ```python # jupyterhub_config.py ```
Logs ``` # paste relevant logs here, if any ```
welcome[bot] commented 2 years ago

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively. welcome You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:

kempspo commented 2 years ago

https://github.com/jupyterhub/helm-chart/issues/130

kempspo commented 2 years ago

Using an unreleased version 1.1.3-n410.hd8ae7348 seems to have fixed it