Skip to content

Commit

Permalink
Merge pull request kubeedge#5929 from Shelley-BaoYue/1.19-version
Browse files Browse the repository at this point in the history
Update default version in manifest to v1.19.0
  • Loading branch information
kubeedge-bot authored Oct 28, 2024
2 parents e505d7e + 4e62c82 commit b8f9cc5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions manifests/charts/cloudcore/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: cloudcore
version: 1.15.1
appVersion: 1.15.1
version: 1.19.0
appVersion: 1.19.0
description: The KubeEdge cloudcore component.
sources:
- https://github.com/kubeedge/kubeedge
8 changes: 4 additions & 4 deletions manifests/charts/cloudcore/values.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Default values for kubeedge.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
appVersion: "1.15.1"
appVersion: "1.19.0"

cloudCore:
replicaCount: 1
hostNetWork: true
image:
repository: "kubeedge/cloudcore"
tag: "v1.15.1"
tag: "v1.19.0"
pullPolicy: "IfNotPresent"
pullSecrets: []
securityContext:
Expand Down Expand Up @@ -78,7 +78,7 @@ iptablesManager:
hostNetWork: true
image:
repository: "kubeedge/iptables-manager"
tag: "v1.12.0"
tag: "v1.19.0"
pullPolicy: "IfNotPresent"
pullSecrets: []
securityContext:
Expand Down Expand Up @@ -111,7 +111,7 @@ controllerManager:
enable: false
image:
repository: "kubeedge/controller-manager"
tag: "v1.15.1"
tag: "v1.19.0"
pullPolicy: "IfNotPresent"
pullSecrets: []
labels:
Expand Down
8 changes: 4 additions & 4 deletions manifests/profiles/version.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Default values for kubeedge.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
appVersion: "1.15.1"
appVersion: "1.19.0"

cloudCore:
replicaCount: 1
hostNetWork: true
image:
repository: "kubeedge/cloudcore"
tag: "v1.15.1"
tag: "v1.19.0"
pullPolicy: "IfNotPresent"
pullSecrets: []
securityContext:
Expand Down Expand Up @@ -71,7 +71,7 @@ iptablesManager:
hostNetWork: true
image:
repository: "kubeedge/iptables-manager"
tag: "v1.15.1"
tag: "v1.19.0"
pullPolicy: "IfNotPresent"
pullSecrets: []
securityContext:
Expand Down Expand Up @@ -104,7 +104,7 @@ controllerManager:
enable: false
image:
repository: "kubeedge/controller-manager"
tag: "v1.15.1"
tag: "v1.19.0"
pullPolicy: "IfNotPresent"
pullSecrets: []
labels:
Expand Down

0 comments on commit b8f9cc5

Please sign in to comment.