diff --git a/README.md b/README.md index e5182f2..510a3ba 100644 --- a/README.md +++ b/README.md @@ -905,16 +905,15 @@ To comply with the Gitea helm chart definition of the digest parameter, a "custo ### Ingress -| Name | Description | Value | -| ------------------------ | --------------------------------------------------------------------------- | ----------------- | -| `ingress.enabled` | Enable ingress | `false` | -| `ingress.className` | Ingress class name | `nil` | -| `ingress.pathType` | Ingress Path Type | `Prefix` | -| `ingress.annotations` | Ingress annotations | `{}` | -| `ingress.hosts[0].host` | Default Ingress host | `git.example.com` | -| `ingress.hosts[0].paths` | Default Ingress path | `[]` | -| `ingress.tls` | Ingress tls settings | `[]` | -| `ingress.apiVersion` | Specify APIVersion of ingress object. Mostly would only be used for argocd. | | +| Name | Description | Value | +| ------------------------ | -------------------- | ----------------- | +| `ingress.enabled` | Enable ingress | `false` | +| `ingress.className` | Ingress class name | `nil` | +| `ingress.pathType` | Ingress Path Type | `Prefix` | +| `ingress.annotations` | Ingress annotations | `{}` | +| `ingress.hosts[0].host` | Default Ingress host | `git.example.com` | +| `ingress.hosts[0].paths` | Default Ingress path | `[]` | +| `ingress.tls` | Ingress tls settings | `[]` | ### deployment diff --git a/values.yaml b/values.yaml index ba44bcd..3878e08 100644 --- a/values.yaml +++ b/values.yaml @@ -156,7 +156,6 @@ service: ## @param ingress.hosts[0].host Default Ingress host ## @param ingress.hosts[0].paths Default Ingress path ## @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