File tree 8 files changed +8
-8
lines changed
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- v1.11.8
1
+ v1.11.9
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ CNI_CONF_DIR="/etc/cni/net.d"
39
39
CNI_BIN_DIR=" /opt/cni/bin"
40
40
41
41
REGISTRY=" kubeovn"
42
- VERSION=" v1.11.7 "
42
+ VERSION=" v1.11.8 "
43
43
IMAGE_PULL_POLICY=" IfNotPresent"
44
44
POD_CIDR=" 10.16.0.0/16" # Do NOT overlap with NODE/SVC/JOIN CIDR
45
45
POD_GATEWAY=" 10.16.0.1"
Original file line number Diff line number Diff line change 1
- docker run -d --network=host -v /etc/ovn/:/etc/ovn -v /var/run/ovn:/var/run/ovn -v /var/log/ovn:/var/log/ovn kubeovn/kube-ovn:v1.10.0 bash start-ic-db.sh
1
+ docker run -d --network=host -v /etc/ovn/:/etc/ovn -v /var/run/ovn:/var/run/ovn -v /var/log/ovn:/var/log/ovn kubeovn/kube-ovn:v1.11.8 bash start-ic-db.sh
Original file line number Diff line number Diff line change 8
8
images :
9
9
kubeovn :
10
10
repository : kube-ovn
11
- tag : v1.11.7
11
+ tag : v1.11.8
12
12
support_arm : true
13
13
thirdparty : true
14
14
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ func (c *Controller) genLbSvcDeployment(svc *corev1.Service) (dp *v1.Deployment)
77
77
"service" : svc .Name ,
78
78
}
79
79
80
- image := "kubeovn/vpc-nat-gateway:v1.11.0 "
80
+ image := "kubeovn/vpc-nat-gateway:v1.11.8 "
81
81
if svc .Annotations [util .LbSvcPodImg ] != "" {
82
82
image = svc .Annotations [util .LbSvcPodImg ]
83
83
}
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ const (
48
48
CorednsContainerName = "coredns"
49
49
CorednsLabelKey = "k8s-app"
50
50
CorednsTemplateDep = "coredns-template.yaml"
51
- InitRouteImage = "kubeovn/vpc-nat-gateway:v1.11.0 "
51
+ InitRouteImage = "kubeovn/vpc-nat-gateway:v1.11.8 "
52
52
)
53
53
54
54
func genVpcDnsDpName (name string ) string {
Original file line number Diff line number Diff line change 29
29
hostNetwork : true
30
30
containers :
31
31
- name : kube-ovn-speaker
32
- image : " kubeovn/kube-ovn:v1.10.0 "
32
+ image : " kubeovn/kube-ovn:v1.11.8 "
33
33
imagePullPolicy : IfNotPresent
34
34
command :
35
35
- /kube-ovn/kube-ovn-speaker
Original file line number Diff line number Diff line change 33
33
hostNetwork : true
34
34
containers :
35
35
- name : kube-ovn-webhook
36
- image : " kubeovn/kube-ovn:v1.11.0 "
36
+ image : " kubeovn/kube-ovn:v1.11.8 "
37
37
imagePullPolicy : IfNotPresent
38
38
command :
39
39
- /kube-ovn/kube-ovn-webhook
You can’t perform that action at this time.
0 commit comments