diff options
Diffstat (limited to 'manifests/charts/cloudcore/values.yaml')
| -rw-r--r-- | manifests/charts/cloudcore/values.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/manifests/charts/cloudcore/values.yaml b/manifests/charts/cloudcore/values.yaml index db61c8e14..883898aef 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.13.0" +appVersion: "1.15.1" cloudCore: replicaCount: 1 hostNetWork: true image: repository: "kubeedge/cloudcore" - tag: "v1.13.0" + tag: "v1.15.1" pullPolicy: "IfNotPresent" pullSecrets: [] securityContext: @@ -33,6 +33,7 @@ cloudCore: requests: cpu: 100m memory: 512Mi + strategy: {} modules: cloudHub: # Caution!: Leave this entry to empty will cause CloudCore to exit abnormally once KubeEdge is enabled. @@ -108,7 +109,7 @@ controllerManager: enable: false image: repository: "kubeedge/controller-manager" - tag: "v1.12.0" + tag: "v1.15.1" pullPolicy: "IfNotPresent" pullSecrets: [] labels: |
