diff options
| author | WillardHu <wei.hu@daocloud.io> | 2023-06-01 10:53:24 +0800 |
|---|---|---|
| committer | WillardHu <wei.hu@daocloud.io> | 2023-06-01 13:26:06 +0800 |
| commit | 2c14cb11c140e078bf35f1167b8c593b258099df (patch) | |
| tree | 95964175dbb8aebb02a662cf78d8ea2477b353c1 /manifests | |
| parent | Merge pull request #4753 from cl2017/cleanup/grammar (diff) | |
| download | kubeedge-2c14cb11c140e078bf35f1167b8c593b258099df.tar.gz | |
fix helm default values
Signed-off-by: WillardHu <wei.hu@daocloud.io>
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/charts/cloudcore/values.yaml | 22 | ||||
| -rw-r--r-- | manifests/profiles/version.yaml | 22 |
2 files changed, 22 insertions, 22 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: diff --git a/manifests/profiles/version.yaml b/manifests/profiles/version.yaml index b204bf86d..0bd2cf857 100644 --- a/manifests/profiles/version.yaml +++ b/manifests/profiles/version.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: @@ -39,20 +39,20 @@ cloudCore: - "" # At least a public IP Address or an IP which can be accessed by edge nodes must be provided! 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: "false" + enable: false type: "NodePort" cloudhubNodePort: "30000" cloudhubQuicNodePort: "30001" @@ -61,7 +61,7 @@ cloudCore: tunnelNodePort: "30004" iptablesManager: - enable: "true" + enable: true mode: "internal" hostNetWork: true image: |
