This is an automated email from the ASF dual-hosted git repository.
tokers 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 e85bef0 fix: update the chart version of dashboard and
ingress-controller (#66)
e85bef0 is described below
commit e85bef0c7b4853a4b6bad2f18601070da99b0ca0
Author: okaybase <[email protected]>
AuthorDate: Fri Apr 23 10:02:41 2021 +0800
fix: update the chart version of dashboard and ingress-controller (#66)
Co-authored-by: lixingwang <[email protected]>
---
charts/apisix-dashboard/Chart.yaml | 2 +-
charts/apisix/Chart.yaml | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/charts/apisix-dashboard/Chart.yaml
b/charts/apisix-dashboard/Chart.yaml
index 832b620..8efd527 100644
--- a/charts/apisix-dashboard/Chart.yaml
+++ b/charts/apisix-dashboard/Chart.yaml
@@ -36,4 +36,4 @@ version: 0.1.2
# 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.3.0
+appVersion: 2.5.0
diff --git a/charts/apisix/Chart.yaml b/charts/apisix/Chart.yaml
index 9a08332..0d87898 100644
--- a/charts/apisix/Chart.yaml
+++ b/charts/apisix/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.3.1
+version: 0.3.2
# 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
@@ -44,12 +44,12 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
condition: etcd.enabled
- name: apisix-dashboard
- version: 0.1.0
+ version: 0.1.2
repository: file://../apisix-dashboard
condition: dashboard.enabled
alias: dashboard
- name: apisix-ingress-controller
- version: 0.2.0
+ version: 0.4.0
repository: file://../apisix-ingress-controller
condition: ingress-controller.enabled
alias: ingress-controller