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

jooks 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 21be365  fix: websocket sync error caused by typo in values.yaml (#15)
21be365 is described below

commit 21be3654833515512fdfe0b5ea27e005a55cb4ec
Author: Bird <[email protected]>
AuthorDate: Sat Sep 24 19:54:49 2022 +0800

    fix: websocket sync error caused by typo in values.yaml (#15)
    
    Signed-off-by: Bird <[email protected]>
    
    Signed-off-by: Bird <[email protected]>
---
 charts/shenyu/Chart.yaml  | 2 +-
 charts/shenyu/values.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/charts/shenyu/Chart.yaml b/charts/shenyu/Chart.yaml
index 7e66a95..d0b7ce2 100644
--- a/charts/shenyu/Chart.yaml
+++ b/charts/shenyu/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
 name: shenyu
 description: Helm Chart for deploying Apache ShenYu in Kubernetes
 type: application
-version: 0.2.0
+version: 0.2.1
 appVersion: "2.5.0"
 icon: https://shenyu.apache.org/img/logo.png
 maintainers:
diff --git a/charts/shenyu/values.yaml b/charts/shenyu/values.yaml
index 8300eea..ebdce70 100644
--- a/charts/shenyu/values.yaml
+++ b/charts/shenyu/values.yaml
@@ -351,7 +351,7 @@ applicationConfig:
         websocket:
           enabled: true
           messageMaxSize: 10240
-          allowOrigins: ws://{{ template "common.names.fullname" . 
}}-admin.shenyu.svc.cluster.local:9095;{{ template "common.names.fullname" . 
}}-bootstrap.shenyu.svc.cluster.local:9195;
+          allowOrigins: ws://{{ template "common.names.fullname" . 
}}-admin.shenyu.svc.cluster.local:9095;ws://{{ template "common.names.fullname" 
. }}-bootstrap.shenyu.svc.cluster.local:9195;
       #      zookeeper:
       #        url: localhost:2181
       #        sessionTimeout: 5000

Reply via email to