fix!: drop unsupported api versions

- Closes #918
This commit is contained in:
Michael Kriese 2025-01-16 11:12:16 +01:00
parent 2cabd2dd1b
commit 4bfbb48dd3
No known key found for this signature in database
GPG key ID: F8D7748549A5986A
4 changed files with 12 additions and 33 deletions

View file

@ -164,7 +164,6 @@ service:
## @param ingress.hosts[0].paths[0].path Default Ingress path
## @param ingress.hosts[0].paths[0].pathType Ingress path type
## @param ingress.tls Ingress tls settings
## @extra ingress.apiVersion Specify APIVersion of ingress object. Mostly would only be used for argocd.
ingress:
enabled: false
# className: nginx
@ -182,9 +181,6 @@ ingress:
# - secretName: chart-example-tls
# hosts:
# - git.example.com
# Mostly for argocd or any other CI that uses `helm template | kubectl apply` or similar
# If helm doesn't correctly detect your ingress API version you can set it here.
# apiVersion: networking.k8s.io/v1
## @section Route
## @param route.enabled Enable route