chore: release ingress 1.8.0 with chart version 0.14.0 (#710)

* chore: release ingress 1.8.0 with chart version 0.14.0

* chore(docs): udpate docs based on the chart configuration

---------

Co-authored-by: Katlinsky, Ilya <i.katlinsky@itransition.com>
diff --git a/charts/apisix-ingress-controller/Chart.yaml b/charts/apisix-ingress-controller/Chart.yaml
index af0cbf7..636a794 100644
--- a/charts/apisix-ingress-controller/Chart.yaml
+++ b/charts/apisix-ingress-controller/Chart.yaml
@@ -24,8 +24,8 @@
   - nginx
   - crd
 type: application
-version: 0.13.0
-appVersion: 1.7.1
+version: 0.14.0
+appVersion: 1.8.0
 sources:
   - https://github.com/apache/apisix-helm-chart
 
diff --git a/charts/apisix-ingress-controller/README.md b/charts/apisix-ingress-controller/README.md
index 2869bc8..3fe6505 100644
--- a/charts/apisix-ingress-controller/README.md
+++ b/charts/apisix-ingress-controller/README.md
@@ -166,7 +166,7 @@
 | gateway.type | string | `"NodePort"` | Apache APISIX service type for user access itself |
 | image.pullPolicy | string | `"IfNotPresent"` |  |
 | image.repository | string | `"apache/apisix-ingress-controller"` |  |
-| image.tag | string | `"1.7.1"` |  |
+| image.tag | string | `"1.8.0"` |  |
 | imagePullSecrets | list | `[]` |  |
 | initContainer.image | string | `"busybox"` |  |
 | initContainer.tag | float | `1.28` |  |
diff --git a/charts/apisix-ingress-controller/values.yaml b/charts/apisix-ingress-controller/values.yaml
index e0b4447..928cc75 100644
--- a/charts/apisix-ingress-controller/values.yaml
+++ b/charts/apisix-ingress-controller/values.yaml
@@ -51,7 +51,7 @@
 image:
   repository: apache/apisix-ingress-controller
   pullPolicy: IfNotPresent
-  tag: "1.7.1"
+  tag: "1.8.0"
 
 podAnnotations: {}