Skip to content

Commit

Permalink
fix image version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Jul 23, 2021
1 parent a93e2de commit 5cd1b14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions yamls/kube-ovn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
hostNetwork: true
containers:
- name: kube-ovn-controller
image: "kubeovn/kube-ovn:v1.7.0"
image: "kubeovn/kube-ovn:v1.7.1"
imagePullPolicy: IfNotPresent
command:
- /kube-ovn/start-controller.sh
Expand Down Expand Up @@ -133,7 +133,7 @@ spec:
hostPID: true
initContainers:
- name: install-cni
image: "kubeovn/kube-ovn:v1.7.0"
image: "kubeovn/kube-ovn:v1.7.1"
imagePullPolicy: IfNotPresent
command: ["/kube-ovn/install-cni.sh"]
securityContext:
Expand All @@ -144,7 +144,7 @@ spec:
name: cni-bin
containers:
- name: cni-server
image: "kubeovn/kube-ovn:v1.7.0"
image: "kubeovn/kube-ovn:v1.7.1"
imagePullPolicy: IfNotPresent
command:
- bash
Expand Down Expand Up @@ -264,7 +264,7 @@ spec:
hostPID: true
containers:
- name: pinger
image: "kubeovn/kube-ovn:v1.7.0"
image: "kubeovn/kube-ovn:v1.7.1"
command: ["/kube-ovn/kube-ovn-pinger", "--external-address=114.114.114.114", "--external-dns=alauda.cn"]
imagePullPolicy: IfNotPresent
securityContext:
Expand Down Expand Up @@ -389,7 +389,7 @@ spec:
serviceAccountName: ovn
containers:
- name: kube-ovn-monitor
image: "kubeovn/kube-ovn:v1.7.0"
image: "kubeovn/kube-ovn:v1.7.1"
imagePullPolicy: IfNotPresent
command: ["/kube-ovn/start-ovn-monitor.sh"]
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions yamls/ovn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ spec:
hostNetwork: true
containers:
- name: ovn-central
image: "kubeovn/kube-ovn:v1.7.0"
image: "kubeovn/kube-ovn:v1.7.1"
imagePullPolicy: IfNotPresent
command: ["/kube-ovn/start-db.sh"]
securityContext:
Expand Down Expand Up @@ -354,7 +354,7 @@ spec:
hostPID: true
containers:
- name: openvswitch
image: "kubeovn/kube-ovn:v1.7.0"
image: "kubeovn/kube-ovn:v1.7.1"
imagePullPolicy: IfNotPresent
command: ["/kube-ovn/start-ovs.sh"]
securityContext:
Expand Down

0 comments on commit 5cd1b14

Please sign in to comment.