This is an automated email from the ASF dual-hosted git repository.
chenjunxu 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 b490a1e feat: ingress release 1.0 (#103)
b490a1e is described below
commit b490a1e154c9b7e40bd4897c4a28f25b3d25c295
Author: kv <[email protected]>
AuthorDate: Thu Jun 17 18:11:21 2021 +0800
feat: ingress release 1.0 (#103)
---
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 51c787f..1cabdf6 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.4.2
-appVersion: 0.6.0
+version: 0.5.0
+appVersion: 1.0.0
maintainers:
- name: tao12345666333
diff --git a/charts/apisix-ingress-controller/values.yaml
b/charts/apisix-ingress-controller/values.yaml
index 5e8021f..4534110 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: "0.6.0"
+ tag: "1.0.0"
imagePullSecrets: []