You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by kv...@apache.org on 2021/04/14 03:22:10 UTC

[apisix-helm-chart] branch master updated: chore: update ingress tag to 0.5.0 (#62)

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 d9e462c  chore: update ingress tag to 0.5.0 (#62)
d9e462c is described below

commit d9e462cbc487ab340323dc4fb01f1719ddb4273a
Author: kv <gx...@163.com>
AuthorDate: Wed Apr 14 11:22:03 2021 +0800

    chore: update ingress tag to 0.5.0 (#62)
    
    * chore: update dashboard tag to 2.5
    
    * change ingress version to 0.5.0
    
    * fix: modify version in charts
---
 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 c491dd2..8e5289b 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.3.0
-appVersion: 0.4.0
+version: 0.4.0
+appVersion: 0.5.0
diff --git a/charts/apisix-ingress-controller/values.yaml b/charts/apisix-ingress-controller/values.yaml
index e9727bf..56400bd 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.4.0"
+  tag: "0.5.0"
 
 imagePullSecrets: []