This is an automated email from the ASF dual-hosted git repository.
kvn 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 d51d49d feat: ingress 0.4 release (#42)
d51d49d is described below
commit d51d49d80b78a713aaa081c487a2512e93d7644e
Author: kv <[email protected]>
AuthorDate: Fri Mar 12 21:06:50 2021 +0800
feat: ingress 0.4 release (#42)
---
charts/apisix-ingress-controller/Chart.yaml | 2 +-
charts/apisix-ingress-controller/values.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/charts/apisix-ingress-controller/Chart.yaml
b/charts/apisix-ingress-controller/Chart.yaml
index be503ee..66d61cd 100644
--- a/charts/apisix-ingress-controller/Chart.yaml
+++ b/charts/apisix-ingress-controller/Chart.yaml
@@ -25,4 +25,4 @@ keywords:
- crd
type: application
version: 0.2.0
-appVersion: 0.3.0
+appVersion: 0.4.0
diff --git a/charts/apisix-ingress-controller/values.yaml
b/charts/apisix-ingress-controller/values.yaml
index cbb62f9..c6aa429 100644
--- a/charts/apisix-ingress-controller/values.yaml
+++ b/charts/apisix-ingress-controller/values.yaml
@@ -39,7 +39,7 @@ replicaCount: 1
image:
repository: apache/apisix-ingress-controller
pullPolicy: IfNotPresent
- tag: "0.3.0"
+ tag: "0.4.0"
imagePullSecrets: []