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 23b0216  fix: unified subchart value name (#41)
23b0216 is described below

commit 23b021670c9de75f30104d31d836b8f47486f40a
Author: Jun <[email protected]>
AuthorDate: Fri Mar 12 14:52:12 2021 +0800

    fix: unified subchart value name (#41)
---
 charts/apisix/Chart.yaml  | 4 ++--
 charts/apisix/values.yaml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/charts/apisix/Chart.yaml b/charts/apisix/Chart.yaml
index 3a17ab7..b23e109 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.2.0
+version: 0.2.1
 
 # 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
@@ -51,5 +51,5 @@ dependencies:
   - name: apisix-ingress-controller
     version: 0.2.0
     repository: file://../apisix-ingress-controller
-    condition: ingressController.enabled
+    condition: ingress-controller.enabled
     alias: ingress-controller
diff --git a/charts/apisix/values.yaml b/charts/apisix/values.yaml
index 3526a63..20af1ba 100644
--- a/charts/apisix/values.yaml
+++ b/charts/apisix/values.yaml
@@ -118,7 +118,7 @@ admin:
 dashboard:
   enabled: false
 
-ingressController:
+ingress-controller:
   enabled: false
 
 allow:

Reply via email to