Skip to content

Commit

Permalink
Revert "prepare for next release"
Browse files Browse the repository at this point in the history
This reverts commit 6b0cc73.
  • Loading branch information
hongzhen-ma committed Jul 19, 2023
1 parent 28a4888 commit 03f94a5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.11.10
v1.11.9
2 changes: 1 addition & 1 deletion dist/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ CNI_CONF_DIR="/etc/cni/net.d"
CNI_BIN_DIR="/opt/cni/bin"

REGISTRY="kubeovn"
VERSION="v1.11.9"
VERSION="v1.11.8"
IMAGE_PULL_POLICY="IfNotPresent"
POD_CIDR="10.16.0.0/16" # Do NOT overlap with NODE/SVC/JOIN CIDR
POD_GATEWAY="10.16.0.1"
Expand Down
2 changes: 1 addition & 1 deletion dist/images/ovn-ic-db-docker.sh
Original file line number Diff line number Diff line change
@@ -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
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
2 changes: 1 addition & 1 deletion kubeovn-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ global:
images:
kubeovn:
repository: kube-ovn
tag: v1.11.9
tag: v1.11.8
support_arm: true
thirdparty: true

Expand Down
2 changes: 1 addition & 1 deletion pkg/controller/service_lb.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func (c *Controller) genLbSvcDeployment(svc *corev1.Service) (dp *v1.Deployment)
"service": svc.Name,
}

image := "kubeovn/vpc-nat-gateway:v1.11.9"
image := "kubeovn/vpc-nat-gateway:v1.11.8"
if svc.Annotations[util.LbSvcPodImg] != "" {
image = svc.Annotations[util.LbSvcPodImg]
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/controller/vpc_dns.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const (
CorednsContainerName = "coredns"
CorednsLabelKey = "k8s-app"
CorednsTemplateDep = "coredns-template.yaml"
InitRouteImage = "kubeovn/vpc-nat-gateway:v1.11.9"
InitRouteImage = "kubeovn/vpc-nat-gateway:v1.11.8"
)

func genVpcDnsDpName(name string) string {
Expand Down
2 changes: 1 addition & 1 deletion yamls/speaker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
hostNetwork: true
containers:
- name: kube-ovn-speaker
image: "kubeovn/kube-ovn:v1.11.9"
image: "kubeovn/kube-ovn:v1.11.8"
imagePullPolicy: IfNotPresent
command:
- /kube-ovn/kube-ovn-speaker
Expand Down
2 changes: 1 addition & 1 deletion yamls/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
hostNetwork: true
containers:
- name: kube-ovn-webhook
image: "kubeovn/kube-ovn:v1.11.9"
image: "kubeovn/kube-ovn:v1.11.8"
imagePullPolicy: IfNotPresent
command:
- /kube-ovn/kube-ovn-webhook
Expand Down

0 comments on commit 03f94a5

Please sign in to comment.