This is an automated email from the ASF dual-hosted git repository.
zhangjintao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new 3556915 chore: APISIX Ingress v1.5.0 (#362)
3556915 is described below
commit 3556915882aea7f4b24bc4d1739ec0b27ca57f33
Author: Jintao Zhang <[email protected]>
AuthorDate: Sun Oct 9 10:23:00 2022 +0800
chore: APISIX Ingress v1.5.0 (#362)
---
charts/apisix-ingress-controller/Chart.yaml | 4 ++--
charts/apisix-ingress-controller/README.md | 2 +-
charts/apisix-ingress-controller/values.yaml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/charts/apisix-ingress-controller/Chart.yaml
b/charts/apisix-ingress-controller/Chart.yaml
index 870a18d..c0c158a 100644
--- a/charts/apisix-ingress-controller/Chart.yaml
+++ b/charts/apisix-ingress-controller/Chart.yaml
@@ -24,8 +24,8 @@ keywords:
- nginx
- crd
type: application
-version: 0.10.0-rc1
-appVersion: 1.5.0-rc1
+version: 0.10.0
+appVersion: 1.5.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 0fd4716..f907161 100644
--- a/charts/apisix-ingress-controller/README.md
+++ b/charts/apisix-ingress-controller/README.md
@@ -8,7 +8,7 @@ This chart bootstraps an apisix-ingress-controller deployment
on a [Kubernetes](
## Prerequisites
-Apisix ingress controller requires Kubernetes version 1.14+.
+Apisix ingress controller requires Kubernetes version 1.16+.
## Get Repo Info
diff --git a/charts/apisix-ingress-controller/values.yaml
b/charts/apisix-ingress-controller/values.yaml
index 7e0c4c1..a2845b4 100644
--- a/charts/apisix-ingress-controller/values.yaml
+++ b/charts/apisix-ingress-controller/values.yaml
@@ -42,7 +42,7 @@ replicaCount: 1
image:
repository: apache/apisix-ingress-controller
pullPolicy: IfNotPresent
- tag: "1.5.0-rc1"
+ tag: "1.5.0"
podAnnotations: {}