Skip to content

Commit

Permalink
set release for 1.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wlooppy authored and oilbeater committed Nov 11, 2022
1 parent 0b47ca3 commit 6c2ff6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/images/Dockerfile.dpdk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:experimental
FROM kubeovn/kube-ovn-base:v1.10.5-dpdk
FROM kubeovn/kube-ovn-base:v1.10.7-amd64-dpdk

COPY *.sh /kube-ovn/
COPY kubectl-ko /kube-ovn/kubectl-ko
Expand Down
2 changes: 1 addition & 1 deletion dist/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CNI_CONF_DIR="/etc/cni/net.d"
CNI_BIN_DIR="/opt/cni/bin"

REGISTRY="kubeovn"
VERSION="v1.10.6"
VERSION="v1.10.7"
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

0 comments on commit 6c2ff6a

Please sign in to comment.