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 fa2191e chore: upgrade apisix-ingress-controller to 1.4.1 (#280) fa2191e is described below commit fa2191e7e49c19c861db88684995b58338bbe070 Author: Gallardot <ttt...@163.com> AuthorDate: Thu May 12 11:31:55 2022 +0800 chore: upgrade apisix-ingress-controller to 1.4.1 (#280) --- charts/apisix-ingress-controller/Chart.yaml | 4 ++-- charts/apisix-ingress-controller/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/apisix-ingress-controller/Chart.yaml b/charts/apisix-ingress-controller/Chart.yaml index 6030d23..b3dd7ed 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.9.0 -appVersion: 1.4.0 +version: 0.9.1 +appVersion: 1.4.1 maintainers: - name: tao12345666333 diff --git a/charts/apisix-ingress-controller/values.yaml b/charts/apisix-ingress-controller/values.yaml index bd92b8f..afe8535 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.4.0" + tag: "1.4.1" podAnnotations: {}