iAmGhost opened a new issue #19589:
URL: https://github.com/apache/airflow/issues/19589
### Official Helm Chart version
main (development)
### Apache Airflow version
2.2.1 (latest released)
### Kubernetes Version
v1.22.3-3+9ec7c40ec93c73 (microk8s)
### Helm Chart configuration
_No response_
### Docker Image customisations
_No response_
### What happened
Displays error:
Error: INSTALLATION FAILED: unable to build kubernetes objects from
release manifest: unable to recognize "": no matches for kind "Ingress" in
version "networking.k8s.io/v1beta1"
### What you expected to happen
_No response_
### How to reproduce
Install airflow with `ingress.enabled=true`
```bash
helm install airflow apache-airflow/airflow \
--set ingress.enabled=true \
--version 1.3.0 \
--namespace airflow-test
```
### Anything else
Note: I'm using Helm chart 1.3.0. There were no 1.3.0 on template yet.
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]