diff options
| author | xin.li <xin.li@daocloud.io> | 2022-10-23 16:43:49 +0800 |
|---|---|---|
| committer | xin.li <xin.li@daocloud.io> | 2022-10-23 20:28:32 +0800 |
| commit | baaf2e5a42a27de732b3e00ace44b9c0f9e2af0b (patch) | |
| tree | 1a581db3c4582928f4a77b036fc012d2dd1f327a /manifests | |
| parent | Merge pull request #4318 from Shelley-BaoYue/bugfix-msgcontent-byte (diff) | |
| download | kubeedge-baaf2e5a42a27de732b3e00ace44b9c0f9e2af0b.tar.gz | |
update chart default image tag to v1.12.0
Signed-off-by: xin.li <xin.li@daocloud.io>
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/charts/cloudcore/Chart.yaml | 2 | ||||
| -rw-r--r-- | manifests/charts/cloudcore/README.md | 4 | ||||
| -rw-r--r-- | manifests/charts/cloudcore/values.yaml | 8 | ||||
| -rw-r--r-- | manifests/profiles/version.yaml | 6 |
4 files changed, 10 insertions, 10 deletions
diff --git a/manifests/charts/cloudcore/Chart.yaml b/manifests/charts/cloudcore/Chart.yaml index 036a3d043..a09cb9f7e 100644 --- a/manifests/charts/cloudcore/Chart.yaml +++ b/manifests/charts/cloudcore/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: cloudcore version: 0.1.0 -appVersion: 1.9.1 +appVersion: 1.12.0 description: The KubeEdge cloudcore component. sources: - https://github.com/kubeedge/kubeedge diff --git a/manifests/charts/cloudcore/README.md b/manifests/charts/cloudcore/README.md index 2a5aacc20..6e9ba7e8a 100644 --- a/manifests/charts/cloudcore/README.md +++ b/manifests/charts/cloudcore/README.md @@ -20,7 +20,7 @@ helm upgrade --install cloudcore ./cloudcore --namespace kubeedge --create-names - `cloudCore.modules.cloudHub.dnsNames`, defines the domain names which can be accessed by edge nodes. - `cloudCore.hostNetWork`, default `true`, which shares the host network, used for setting the forward iptables rules on the host. - `cloudCore.image.repository`, default `kubeedge`, defines the image repo. -- `cloudCore.image.tag`, default `v1.9.1`, defines the image tag. +- `cloudCore.image.tag`, default `v1.12.0`, defines the image tag. - `cloudCore.image.pullPolicy`, default `IfNotPresent`, defines the policies to pull images. - `cloudCore.image.pullSecrets`, defines the secrets to pull images. - `cloudCore.labels`, defines the labels. @@ -46,7 +46,7 @@ helm upgrade --install cloudcore ./cloudcore --namespace kubeedge --create-names - `iptablesManager.enable`, default `true` - `iptablesManager.mode`, default `internal`, can be modified to `external`, the external mode will set up a iptables manager component which shares the host network. That mode can be enabled on version > v1.8.2. See pr https://github.com/kubeedge/kubeedge/pull/3265. - `iptablesManager.image.repository`, default `kubeedge`, defines the image repo. -- `iptablesManager.image.tag`, default `v1.9.1`, defines the image tag. +- `iptablesManager.image.tag`, default `v1.12.0`, defines the image tag. - `iptablesManager.image.pullPolicy`, default `IfNotPresent`, defines the policies to pull images. - `iptablesManager.image.pullSecrets`, defines the secrets to pull images. - `iptablesManager.labels`, defines the labels. diff --git a/manifests/charts/cloudcore/values.yaml b/manifests/charts/cloudcore/values.yaml index fe1130c76..bf72b0088 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.9.1" +appVersion: "1.12.0" cloudCore: replicaCount: 1 hostNetWork: "true" image: repository: "kubeedge/cloudcore" - tag: "v1.9.1" + tag: "v1.12.0" pullPolicy: "IfNotPresent" pullSecrets: [] securityContext: @@ -71,7 +71,7 @@ iptablesManager: hostNetWork: true image: repository: "kubeedge/iptables-manager" - tag: "v1.9.1" + tag: "v1.12.0" pullPolicy: "IfNotPresent" pullSecrets: [] securityContext: @@ -104,7 +104,7 @@ controllerManager: enable: false image: repository: "kubeedge/controller-manager" - tag: "v1.9.1" + tag: "v1.12.0" pullPolicy: "IfNotPresent" pullSecrets: [] labels: diff --git a/manifests/profiles/version.yaml b/manifests/profiles/version.yaml index 2f2ce533f..d5acab0d8 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.9.1" +appVersion: "1.12.0" cloudCore: replicaCount: 1 hostNetWork: "true" image: repository: "kubeedge/cloudcore" - tag: "v1.9.1" + tag: "v1.12.0" pullPolicy: "IfNotPresent" pullSecrets: [] securityContext: @@ -66,7 +66,7 @@ iptablesManager: hostNetWork: true image: repository: "kubeedge/iptables-manager" - tag: "v1.9.1" + tag: "v1.12.0" pullPolicy: "IfNotPresent" pullSecrets: [] securityContext: |
