diff --git a/charts/ingress-controller/Chart.yaml b/charts/ingress-controller/Chart.yaml index 1c78802..1f947ab 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.21 -appVersion: 2.0.14 +version: 0.1.22 +appVersion: 2.0.15 maintainers: - name: API7 email: support@api7.ai diff --git a/charts/ingress-controller/README.md b/charts/ingress-controller/README.md index 1b0a226..06b13c1 100644 --- a/charts/ingress-controller/README.md +++ b/charts/ingress-controller/README.md @@ -1,6 +1,6 @@ # api7-ingress-controller -![Version: 0.1.21](https://img.shields.io/badge/Version-0.1.21-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.14](https://img.shields.io/badge/AppVersion-2.0.14-informational?style=flat-square) +![Version: 0.1.22](https://img.shields.io/badge/Version-0.1.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.15](https://img.shields.io/badge/AppVersion-2.0.15-informational?style=flat-square) Ingress Controller for API7 @@ -48,7 +48,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.14"` | | +| deployment.image.tag | string | `"2.0.15"` | | | deployment.nodeSelector | object | `{}` | | | deployment.podAnnotations | object | `{}` | | | deployment.podSecurityContext.fsGroup | int | `2000` | | diff --git a/charts/ingress-controller/values.yaml b/charts/ingress-controller/values.yaml index 76781e2..2a739db 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.14" + tag: "2.0.15" # -- Set pod resource requests & limits resources: {}