Skip to content

Commit 0b305d9

Browse files
committed
prepare for the next release
1 parent fe4cf9e commit 0b305d9

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.11.10
1+
v1.11.11

dist/images/ovn-ic-db-docker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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
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.10 bash start-ic-db.sh

kubeovn-helm/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ global:
88
images:
99
kubeovn:
1010
repository: kube-ovn
11-
tag: v1.11.8
11+
tag: v1.11.10
1212
support_arm: true
1313
thirdparty: true
1414

pkg/controller/service_lb.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func (c *Controller) genLbSvcDeployment(svc *corev1.Service) (dp *v1.Deployment)
7777
"service": svc.Name,
7878
}
7979

80-
image := "kubeovn/vpc-nat-gateway:v1.11.8"
80+
image := "kubeovn/vpc-nat-gateway:v1.11.10"
8181
if svc.Annotations[util.LbSvcPodImg] != "" {
8282
image = svc.Annotations[util.LbSvcPodImg]
8383
}

pkg/controller/vpc_dns.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const (
4848
CorednsContainerName = "coredns"
4949
CorednsLabelKey = "k8s-app"
5050
CorednsTemplateDep = "coredns-template.yaml"
51-
InitRouteImage = "kubeovn/vpc-nat-gateway:v1.11.8"
51+
InitRouteImage = "kubeovn/vpc-nat-gateway:v1.11.10"
5252
)
5353

5454
func genVpcDnsDpName(name string) string {

yamls/speaker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
hostNetwork: true
3030
containers:
3131
- name: kube-ovn-speaker
32-
image: "kubeovn/kube-ovn:v1.11.8"
32+
image: "kubeovn/kube-ovn:v1.11.10"
3333
imagePullPolicy: IfNotPresent
3434
command:
3535
- /kube-ovn/kube-ovn-speaker

yamls/webhook.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
hostNetwork: true
3434
containers:
3535
- name: kube-ovn-webhook
36-
image: "kubeovn/kube-ovn:v1.11.8"
36+
image: "kubeovn/kube-ovn:v1.11.10"
3737
imagePullPolicy: IfNotPresent
3838
command:
3939
- /kube-ovn/kube-ovn-webhook

0 commit comments

Comments
 (0)