Skip to content

Commit

Permalink
Update YAML to v1.4.7
Browse files Browse the repository at this point in the history
Signed-off-by: Zhengyi Lai <[email protected]>
  • Loading branch information
zheng1 committed May 31, 2021
1 parent 3fc2708 commit 466c5d1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/default/manager_image_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ spec:
spec:
containers:
# Change the value of image field below to your controller image URL
- image: kubesphere/cloud-controller-manager:v1.4.6
- image: kubesphere/cloud-controller-manager:v1.4.7
name: qingcloud-cloud-controller-manager
imagePullPolicy: IfNotPresent
12 changes: 12 additions & 0 deletions config/default/manager_image_patch.yaml-e
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: cloud-controller-manager
spec:
template:
spec:
containers:
# Change the value of image field below to your controller image URL
- image: kubesphere/cloud-controller-manager:v1.4.6
name: qingcloud-cloud-controller-manager
imagePullPolicy: IfNotPresent
2 changes: 1 addition & 1 deletion deploy/kube-cloud-controller-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ spec:
- -v=3
- --cloud-provider=qingcloud
- --cloud-config=/etc/kubernetes/qingcloud.yaml
image: kubesphere/cloud-controller-manager:v1.4.6
image: kubesphere/cloud-controller-manager:v1.4.7
imagePullPolicy: IfNotPresent
name: qingcloud-cloud-controller-manager
resources:
Expand Down

0 comments on commit 466c5d1

Please sign in to comment.