summaryrefslogtreecommitdiff
path: root/manifests/charts
diff options
context:
space:
mode:
authorWillardHu <wei.hu@daocloud.io>2023-06-01 10:53:24 +0800
committerWillardHu <wei.hu@daocloud.io>2023-06-01 13:26:06 +0800
commit2c14cb11c140e078bf35f1167b8c593b258099df (patch)
tree95964175dbb8aebb02a662cf78d8ea2477b353c1 /manifests/charts
parentMerge pull request #4753 from cl2017/cleanup/grammar (diff)
downloadkubeedge-2c14cb11c140e078bf35f1167b8c593b258099df.tar.gz
fix helm default values
Signed-off-by: WillardHu <wei.hu@daocloud.io>
Diffstat (limited to 'manifests/charts')
-rw-r--r--manifests/charts/cloudcore/values.yaml22
1 files changed, 11 insertions, 11 deletions
diff --git a/manifests/charts/cloudcore/values.yaml b/manifests/charts/cloudcore/values.yaml
index 34cc0aa3f..231f42bf3 100644
--- a/manifests/charts/cloudcore/values.yaml
+++ b/manifests/charts/cloudcore/values.yaml
@@ -1,14 +1,14 @@
# Default values for kubeedge.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
-appVersion: "1.12.0"
+appVersion: "1.13.0"
cloudCore:
replicaCount: 1
- hostNetWork: "true"
+ hostNetWork: true
image:
repository: "kubeedge/cloudcore"
- tag: "v1.12.0"
+ tag: "v1.13.0"
pullPolicy: "IfNotPresent"
pullSecrets: []
securityContext:
@@ -43,20 +43,20 @@ cloudCore:
- ""
nodeLimit: "1000"
websocket:
- enable: "true"
+ enable: true
quic:
- enable: "false"
+ enable: false
maxIncomingStreams: "10000"
https:
- enable: "true"
+ enable: true
cloudStream:
- enable: "true"
+ enable: true
dynamicController:
- enable: "false"
+ enable: false
router:
- enable: "false"
+ enable: false
service:
- enable: "true"
+ enable: true
type: "NodePort"
cloudhubNodePort: "30000"
cloudhubQuicNodePort: "30001"
@@ -66,7 +66,7 @@ cloudCore:
annotations: {}
iptablesManager:
- enable: "true"
+ enable: true
mode: "internal"
hostNetWork: true
image: