Skip to content

Commit 03f94a5

Browse files
committed
Revert "prepare for next release"
This reverts commit 6b0cc73.
1 parent 28a4888 commit 03f94a5

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

VERSION

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

dist/images/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ CNI_CONF_DIR="/etc/cni/net.d"
3939
CNI_BIN_DIR="/opt/cni/bin"
4040

4141
REGISTRY="kubeovn"
42-
VERSION="v1.11.9"
42+
VERSION="v1.11.8"
4343
IMAGE_PULL_POLICY="IfNotPresent"
4444
POD_CIDR="10.16.0.0/16" # Do NOT overlap with NODE/SVC/JOIN CIDR
4545
POD_GATEWAY="10.16.0.1"

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.9 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

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.9
11+
tag: v1.11.8
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.9"
80+
image := "kubeovn/vpc-nat-gateway:v1.11.8"
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.9"
51+
InitRouteImage = "kubeovn/vpc-nat-gateway:v1.11.8"
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.9"
32+
image: "kubeovn/kube-ovn:v1.11.8"
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.9"
36+
image: "kubeovn/kube-ovn:v1.11.8"
3737
imagePullPolicy: IfNotPresent
3838
command:
3939
- /kube-ovn/kube-ovn-webhook

0 commit comments

Comments
 (0)