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 2862212 fix: apisix-dashboard appversion mismatch real version (#97)
2862212 is described below
commit 286221298a20ea1a1cbd5b8c2bd807e05902c57b
Author: Jintao Zhang <[email protected]>
AuthorDate: Thu Jun 10 17:58:09 2021 +0800
fix: apisix-dashboard appversion mismatch real version (#97)
Signed-off-by: Jintao Zhang <[email protected]>
---
charts/apisix-dashboard/Chart.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/charts/apisix-dashboard/Chart.yaml
b/charts/apisix-dashboard/Chart.yaml
index e98b7c8..31b1ca4 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.1.3
+version: 0.1.4
# 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.5.0
+appVersion: 2.6.0
maintainers:
- name: tao12345666333