diff --git a/charts/ingress-controller/Chart.yaml b/charts/ingress-controller/Chart.yaml index f2b70f3..93ef954 100644 --- a/charts/ingress-controller/Chart.yaml +++ b/charts/ingress-controller/Chart.yaml @@ -6,8 +6,8 @@ keywords: - api7 - crd type: application -version: 0.1.18 -appVersion: 2.0.11 +version: 0.1.19 +appVersion: 2.0.12 maintainers: - name: API7 email: support@api7.ai diff --git a/charts/ingress-controller/README.md b/charts/ingress-controller/README.md index 722fbfd..3f2a878 100644 --- a/charts/ingress-controller/README.md +++ b/charts/ingress-controller/README.md @@ -1,6 +1,6 @@ # api7-ingress-controller -![Version: 0.1.18](https://img.shields.io/badge/Version-0.1.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.11](https://img.shields.io/badge/AppVersion-2.0.11-informational?style=flat-square) +![Version: 0.1.19](https://img.shields.io/badge/Version-0.1.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.12](https://img.shields.io/badge/AppVersion-2.0.12-informational?style=flat-square) Ingress Controller for API7 @@ -46,7 +46,7 @@ Ingress Controller for API7 | deployment.annotations | object | `{}` | | | deployment.image.pullPolicy | string | `"IfNotPresent"` | | | deployment.image.repository | string | `"api7/api7-ingress-controller"` | | -| deployment.image.tag | string | `"2.0.11"` | | +| deployment.image.tag | string | `"2.0.12"` | | | deployment.nodeSelector | object | `{}` | | | deployment.podAnnotations | object | `{}` | | | deployment.podSecurityContext.fsGroup | int | `2000` | | diff --git a/charts/ingress-controller/templates/cluster_role.yaml b/charts/ingress-controller/templates/cluster_role.yaml index 56fcd5a..0eda711 100644 --- a/charts/ingress-controller/templates/cluster_role.yaml +++ b/charts/ingress-controller/templates/cluster_role.yaml @@ -92,6 +92,7 @@ rules: - httproutes/status - referencegrants/status - tcproutes/status + - tlsroutes/status - udproutes/status verbs: - get @@ -104,6 +105,7 @@ rules: - httproutes - referencegrants - tcproutes + - tlsroutes - udproutes verbs: - get diff --git a/charts/ingress-controller/values.yaml b/charts/ingress-controller/values.yaml index 27695e0..7bc84d5 100644 --- a/charts/ingress-controller/values.yaml +++ b/charts/ingress-controller/values.yaml @@ -34,7 +34,7 @@ deployment: image: repository: api7/api7-ingress-controller pullPolicy: IfNotPresent - tag: "2.0.11" + tag: "2.0.12" # -- Set pod resource requests & limits resources: {}