Merge pull request #6659 from Shelley-BaoYue/v1.23-manifest

Update kubeedge version to 1.23.0 in manifest
This commit is contained in:
KubeEdge Bot 2026-03-11 14:25:41 +08:00 committed by GitHub
commit fb9a96d1ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 32 additions and 32 deletions

View file

@ -53,14 +53,14 @@ KubeEdge consists of cloud part and edge part.
## Kubernetes compatibility
| | Kubernetes 1.26 | Kubernetes 1.27 | Kubernetes 1.28 | Kubernetes 1.29 | Kubernetes 1.30 | Kubernetes 1.31 | Kubernetes 1.32 |
|------------------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|
| KubeEdge 1.18 | + | ✓ | ✓ | ✓ | - | - | - |
| KubeEdge 1.19 | + | ✓ | ✓ | ✓ | - | - | - |
| KubeEdge 1.20 | + | + | ✓ | ✓ | ✓ | - | - |
| KubeEdge 1.21 | + | + | ✓ | ✓ | ✓ | - | - |
| KubeEdge 1.22 | + | + | + | ✓ | ✓ | ✓ | - |
| KubeEdge HEAD (master) | + | + | + | + | ✓ | ✓ | ✓ |
| | Kubernetes 1.27 | Kubernetes 1.28 | Kubernetes 1.29 | Kubernetes 1.30 | Kubernetes 1.31 | Kubernetes 1.32 |
|------------------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|
| KubeEdge 1.19 | ✓ | ✓ | ✓ | - | - | - |
| KubeEdge 1.20 | + | ✓ | ✓ | ✓ | - | - |
| KubeEdge 1.21 | + | ✓ | ✓ | ✓ | - | - |
| KubeEdge 1.22 | + | + | ✓ | ✓ | ✓ | - |
| KubeEdge 1.23 | + | + | + | ✓ | ✓ | ✓ |
| KubeEdge HEAD (master) | + | + | + | ✓ | ✓ | ✓ |
Key:
* `✓` KubeEdge and the Kubernetes version are exactly compatible.

View file

@ -56,14 +56,14 @@ KubeEdge 由云端和边缘端部分构成:
### Kubernetes 版本兼容
| | Kubernetes 1.26 | Kubernetes 1.27 | Kubernetes 1.28 | Kubernetes 1.29 | Kubernetes 1.30 | Kubernetes 1.31 | Kubernetes 1.32 |
|------------------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|
| KubeEdge 1.18 | + | ✓ | ✓ | ✓ | - | - | - |
| KubeEdge 1.19 | + | ✓ | ✓ | ✓ | - | - | - |
| KubeEdge 1.20 | + | + | ✓ | ✓ | ✓ | - | - |
| KubeEdge 1.21 | + | + | ✓ | ✓ | ✓ | - | - |
| KubeEdge 1.22 | + | + | + | ✓ | ✓ | ✓ | - |
| KubeEdge HEAD (master) | + | + | + | + | ✓ | ✓ | ✓ |
| | Kubernetes 1.27 | Kubernetes 1.28 | Kubernetes 1.29 | Kubernetes 1.30 | Kubernetes 1.31 | Kubernetes 1.32 |
|------------------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|
| KubeEdge 1.19 | ✓ | ✓ | ✓ | - | - | - |
| KubeEdge 1.20 | + | ✓ | ✓ | ✓ | - | - |
| KubeEdge 1.21 | + | ✓ | ✓ | ✓ | - | - |
| KubeEdge 1.22 | + | + | ✓ | ✓ | ✓ | - |
| KubeEdge 1.23 | + | + | + | ✓ | ✓ | ✓ |
| KubeEdge HEAD (master) | + | + | + | ✓ | ✓ | ✓ |
说明:
* `✓` KubeEdge 和 Kubernetes 的版本是完全兼容的

View file

@ -20,7 +20,7 @@ spec:
hostNetwork: true
containers:
- name: cloudcore
image: kubeedge/cloudcore:v1.22.0
image: kubeedge/cloudcore:v1.23.0
imagePullPolicy: IfNotPresent
ports:
- containerPort: 10000

View file

@ -126,7 +126,7 @@ const (
DefaultK8SMinimumVersion = 11
// DefaultKubeEdgeVersion is the default KubeEdge version, it must have no prefix 'v'
DefaultKubeEdgeVersion = "1.22.0"
DefaultKubeEdgeVersion = "1.23.0"
// Helm action
HelmInstallAction = "install"

View file

@ -1,7 +1,7 @@
apiVersion: v1
name: cloudcore
version: 1.22.0
appVersion: 1.22.0
version: 1.23.0
appVersion: 1.23.0
description: The KubeEdge cloudcore component.
sources:
- https://github.com/kubeedge/kubeedge

View file

@ -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.22.0`, defines the image tag.
- `cloudCore.image.tag`, default `v1.23.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.
@ -47,7 +47,7 @@ helm upgrade --install cloudcore ./cloudcore --namespace kubeedge --create-names
- `iptablesManager.mode`, default `external`, can be modified to `internal`. The external mode will set up a iptables manager component which shares the host network.
- `iptablesManager.framework`, default `legacy`, can be modified to `nft`. Iptables of different frameworks are not compatible in the same network environment and need to be configured according to the operating environment.
- `iptablesManager.image.repository`, default `kubeedge`, defines the image repo.
- `iptablesManager.image.tag`, default `v1.22.0`, defines the image tag.
- `iptablesManager.image.tag`, default `v1.23.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.

View file

@ -1,14 +1,14 @@
# Default values for kubeedge.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
appVersion: "1.22.0"
appVersion: "1.23.0"
cloudCore:
replicaCount: 1
hostNetWork: true
image:
repository: "kubeedge/cloudcore"
tag: "v1.22.0"
tag: "v1.23.0"
pullPolicy: "IfNotPresent"
pullSecrets: []
securityContext:
@ -80,7 +80,7 @@ iptablesManager:
image:
repository: "kubeedge/iptables-manager"
nftRepository: "kubeedge/iptables-manager-nft"
tag: "v1.22.0"
tag: "v1.23.0"
pullPolicy: "IfNotPresent"
pullSecrets: []
securityContext:
@ -113,7 +113,7 @@ controllerManager:
enable: false
image:
repository: "kubeedge/controller-manager"
tag: "v1.22.0"
tag: "v1.23.0"
pullPolicy: "IfNotPresent"
pullSecrets: []
labels:
@ -149,7 +149,7 @@ admission:
certsSecretName: ""
image:
repository: "kubeedge/admission"
tag: "v1.22.0"
tag: "v1.23.0"
pullPolicy: "IfNotPresent"
pullSecrets: []
labels:

View file

@ -1,14 +1,14 @@
# Default values for kubeedge.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
appVersion: "1.22.0"
appVersion: "1.23.0"
cloudCore:
replicaCount: 1
hostNetWork: true
image:
repository: "kubeedge/cloudcore"
tag: "v1.22.0"
tag: "v1.23.0"
pullPolicy: "IfNotPresent"
pullSecrets: []
securityContext:
@ -76,7 +76,7 @@ iptablesManager:
hostNetWork: true
image:
repository: "kubeedge/iptables-manager"
tag: "v1.22.0"
tag: "v1.23.0"
pullPolicy: "IfNotPresent"
pullSecrets: []
securityContext:
@ -109,7 +109,7 @@ controllerManager:
enable: false
image:
repository: "kubeedge/controller-manager"
tag: "v1.22.0"
tag: "v1.23.0"
pullPolicy: "IfNotPresent"
pullSecrets: []
labels:
@ -145,7 +145,7 @@ admission:
certsSecretName: ""
image:
repository: "kubeedge/admission"
tag: "v1.22.0"
tag: "v1.23.0"
pullPolicy: "IfNotPresent"
pullSecrets: []
labels: