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

xiaoyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-helm-chart.git


The following commit(s) were added to refs/heads/main by this push:
     new fb03da7  feat: support the latest version of shenyu 2.5.1 (#29)
fb03da7 is described below

commit fb03da7b2606a6d30579024db6d6ec883bc18043
Author: Bird <[email protected]>
AuthorDate: Thu Mar 23 19:33:30 2023 +0800

    feat: support the latest version of shenyu 2.5.1 (#29)
    
    Signed-off-by: Bird <[email protected]>
---
 charts/shenyu/Chart.yaml  |  4 ++--
 charts/shenyu/values.yaml | 29 ++++++++++++++++++++++++-----
 2 files changed, 26 insertions(+), 7 deletions(-)

diff --git a/charts/shenyu/Chart.yaml b/charts/shenyu/Chart.yaml
index f9c975c..ea0d050 100644
--- a/charts/shenyu/Chart.yaml
+++ b/charts/shenyu/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
 name: shenyu
 description: Helm Chart for deploying Apache ShenYu in Kubernetes
 type: application
-version: 0.5.4
-appVersion: "2.5.0"
+version: 0.6.0
+appVersion: "2.5.1"
 icon: https://shenyu.apache.org/img/logo.png
 maintainers:
   - name: erdengk
diff --git a/charts/shenyu/values.yaml b/charts/shenyu/values.yaml
index b581c09..2aadd58 100644
--- a/charts/shenyu/values.yaml
+++ b/charts/shenyu/values.yaml
@@ -2,7 +2,7 @@
 #                global configs                 #
 #################################################
 # it's not recommended to change this version
-version: 2.5.0
+version: 2.5.1
 admin:
   enabled: true
   # replicas of admin, K8s will load balance the requests
@@ -142,7 +142,6 @@ applicationConfig:
     spring:
       main:
         allow-bean-definition-overriding: true
-        allow-circular-references: true
       application:
         name: shenyu-bootstrap
       codec:
@@ -190,10 +189,15 @@ applicationConfig:
           enabled: false
 
     shenyu:
+      trie:
+        childrenSize: 10000
+        pathVariableSize: 1000
+        pathRuleCacheSize: 1000
+        matchMode: antPathMatch
       matchCache:
-        enabled: false
+        selectorEnabled: false
         # 256MB
-        maxFreeMemory: 256
+        maxSelectorFreeMemory: 256
       netty:
         http:
           # set to false, user can custom the netty tcp server config.
@@ -271,7 +275,7 @@ applicationConfig:
       #      selectCount: 1
       #      workerCount: 8
       #      daemon: true
-      instance:
+      register:
         enabled: false
         # zookeeper, etcd, consul
         registerType: zookeeper
@@ -490,6 +494,21 @@ applicationConfig:
           - /csrf
       swagger:
         enable: true
+      dashboard:
+        core:
+          onlySuperAdminPermission:
+            - system:manager:add
+            - system:manager:edit
+            - system:manager:delete
+            - system:role:add
+            - system:role:edit
+            - system:role:delete
+            - system:resource:addButton
+            - system:resource:addMenu
+            - system:resource:editButton
+            - system:resource:editMenu
+            - system:resource:deleteButton
+            - system:resource:deleteMenu
 
     logging:
       level:

Reply via email to