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/05/13 02:37:59 UTC

[apisix-helm-chart] branch master updated: chore: update the default version of apisix-dashboard (#71)

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 53cf621  chore: update the default version of apisix-dashboard (#71)
53cf621 is described below

commit 53cf62145c4ad1f7433ab76c0f42bebb51912f84
Author: Yuelin Zheng <22...@qq.com>
AuthorDate: Thu May 13 10:36:51 2021 +0800

    chore: update the default version of apisix-dashboard (#71)
---
 charts/apisix-dashboard/Chart.yaml  | 2 +-
 charts/apisix-dashboard/values.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/charts/apisix-dashboard/Chart.yaml b/charts/apisix-dashboard/Chart.yaml
index 8efd527..f37de0a 100644
--- a/charts/apisix-dashboard/Chart.yaml
+++ b/charts/apisix-dashboard/Chart.yaml
@@ -31,7 +31,7 @@ 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.2
+version: 0.1.3
 
 # 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
diff --git a/charts/apisix-dashboard/values.yaml b/charts/apisix-dashboard/values.yaml
index 65f6049..b5f27b0 100644
--- a/charts/apisix-dashboard/values.yaml
+++ b/charts/apisix-dashboard/values.yaml
@@ -24,7 +24,7 @@ image:
   repository: apache/apisix-dashboard
   pullPolicy: IfNotPresent
   # Overrides the image tag whose default is the chart appVersion.
-  tag: "2.3"
+  tag: "2.6"
 
 imagePullSecrets: []
 nameOverride: ""