Skip to content

Commit

Permalink
fix cherry-pick conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: zhu733756 <talonzhu@yunify.com>
  • Loading branch information
zhu733756 committed Jun 16, 2021
1 parent d32aa20 commit 08eec60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion roles/download/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ post_install_job_tag: "v1.19.0"

# kubeedge
cloudcore_repo: "{{ base_repo }}{{ namespace_override | default('kubeedge') }}/cloudcore"
cloudcore_tag: "v1.6.1"
cloudcore_tag: "v1.6.2"
edge_watcher_repo: "{{ base_repo }}{{ namespace_override | default('kubesphere') }}/edge-watcher"
edge_watcher_tag: "v0.1.0"
edge_watcher_agent_repo: "{{ base_repo }}{{ namespace_override | default('kubesphere') }}/edge-watcher-agent"
Expand Down
4 changes: 2 additions & 2 deletions roles/kubeedge/files/kubeedge/kubeedge/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
appVersion: "0.1.0"

cloudCore:
repository: "kubeedge/cloudcore"
tag: "v1.6.1"
repository: "kubespheredev/cloudcore"
tag: "v1.6.2"
pullPolicy: "IfNotPresent"
affinity:
nodeAffinity:
Expand Down
2 changes: 1 addition & 1 deletion scripts/images-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ kubesphere/openpitrix-jobs:v3.1.0
##weave-scope-images
weaveworks/scope:1.13.0
##kubeedge-images
kubeedge/cloudcore:v1.6.1
kubespheredev/cloudcore:v1.6.2
kubesphere/edge-watcher:v0.1.0
kubesphere/kube-rbac-proxy:v0.5.0
kubesphere/edge-watcher-agent:v0.1.0
Expand Down

0 comments on commit 08eec60

Please sign in to comment.