You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2022/12/21 06:08:49 UTC

[apisix-helm-chart] branch master updated: feat: upgrade APISIX-Dashboard to 2.15.0 (#417)

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan 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 ae51d53  feat: upgrade APISIX-Dashboard to 2.15.0 (#417)
ae51d53 is described below

commit ae51d53e7c03070f0db7c051bd6c7d19797cf990
Author: Gallardot <tt...@163.com>
AuthorDate: Wed Dec 21 14:08:44 2022 +0800

    feat: upgrade APISIX-Dashboard to 2.15.0 (#417)
    
    Signed-off-by: Gallardot <tt...@163.com>
    Co-authored-by: 琚致远 / Zhiyuan Ju <ju...@apache.org>
---
 charts/apisix-dashboard/Chart.yaml  | 4 ++--
 charts/apisix-dashboard/values.yaml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/charts/apisix-dashboard/Chart.yaml b/charts/apisix-dashboard/Chart.yaml
index 407ed9e..1596a5e 100644
--- a/charts/apisix-dashboard/Chart.yaml
+++ b/charts/apisix-dashboard/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.6.1
+version: 0.7.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.13.0
+appVersion: 2.15.0
 
 maintainers:
   - name: tao12345666333
diff --git a/charts/apisix-dashboard/values.yaml b/charts/apisix-dashboard/values.yaml
index e9772e4..b4867a2 100644
--- a/charts/apisix-dashboard/values.yaml
+++ b/charts/apisix-dashboard/values.yaml
@@ -26,9 +26,9 @@ image:
   repository: apache/apisix-dashboard
   # -- Apache APISIX Dashboard image pull policy
   pullPolicy: IfNotPresent
-  # -- Overrides the image tag whose default is the chart appVersion.
+  # Overrides the image tag whose default is the chart appVersion.
   # Apache APISIX Dashboard image tag (immutable tags are recommended)
-  tag: 2.13-alpine
+  tag: 2.15.0-alpine
 
 # -- Docker registry secret names as an array
 imagePullSecrets: []