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 3082e54  feat: upgrade dependency (#40)
3082e54 is described below

commit 3082e547011d438e706e36ba7bee94869bf1cfb2
Author: Jun <[email protected]>
AuthorDate: Thu Mar 11 18:44:09 2021 +0800

    feat: upgrade dependency (#40)
---
 charts/apisix-ingress-controller/Chart.yaml  | 4 ++--
 charts/apisix-ingress-controller/values.yaml | 2 +-
 charts/apisix/Chart.yaml                     | 6 +++---
 charts/apisix/values.yaml                    | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/charts/apisix-ingress-controller/Chart.yaml 
b/charts/apisix-ingress-controller/Chart.yaml
index 80fa853..be503ee 100644
--- a/charts/apisix-ingress-controller/Chart.yaml
+++ b/charts/apisix-ingress-controller/Chart.yaml
@@ -24,5 +24,5 @@ keywords:
   - nginx
   - crd
 type: application
-version: 0.1.0
-appVersion: 0.2.0
+version: 0.2.0
+appVersion: 0.3.0
diff --git a/charts/apisix-ingress-controller/values.yaml 
b/charts/apisix-ingress-controller/values.yaml
index 294cd37..cbb62f9 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.2.0"
+  tag: "0.3.0"
 
 imagePullSecrets: []
 
diff --git a/charts/apisix/Chart.yaml b/charts/apisix/Chart.yaml
index 25cd735..3a17ab7 100644
--- a/charts/apisix/Chart.yaml
+++ b/charts/apisix/Chart.yaml
@@ -31,12 +31,12 @@ type: application
 # This is the chart version. This version number should be incremented each 
time you make changes
 # to the chart and its templates, including the app version.
 # Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: 0.1.3
+version: 0.2.0
 
 # This is the version number of the application being deployed. This version 
number should be
 # incremented each time you make changes to the application. Versions are not 
expected to
 # follow Semantic Versioning. They should reflect the version the application 
is using.
-appVersion: 2.1.0
+appVersion: 2.3.0
 
 dependencies:
   - name: etcd
@@ -49,7 +49,7 @@ dependencies:
     condition: dashboard.enabled
     alias: dashboard
   - name: apisix-ingress-controller
-    version: 0.1.0
+    version: 0.2.0
     repository: file://../apisix-ingress-controller
     condition: ingressController.enabled
     alias: ingress-controller
diff --git a/charts/apisix/values.yaml b/charts/apisix/values.yaml
index 37e1973..3526a63 100644
--- a/charts/apisix/values.yaml
+++ b/charts/apisix/values.yaml
@@ -19,7 +19,7 @@ image:
   repository: apache/apisix
   pullPolicy: IfNotPresent
   # Overrides the image tag whose default is the chart appVersion.
-  tag: 2.1-alpine
+  tag: 2.3-alpine
 
 imagePullSecrets: []
 nameOverride: ""

Reply via email to