Skip to content

Commit

Permalink
Fix registry for ovn-central container in install.sh (#1951)
Browse files Browse the repository at this point in the history
  • Loading branch information
runzhliu authored and zhangzujian committed Oct 8, 2022
1 parent d96cba5 commit 62491a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@ spec:
hostPID: true
containers:
- name: openvswitch
image: "kubeovn/kube-ovn-dpdk:$DPDK_VERSION-$VERSION"
image: "$REGISTRY/kube-ovn-dpdk:$DPDK_VERSION-$VERSION"
imagePullPolicy: $IMAGE_PULL_POLICY
command: ["/kube-ovn/start-ovs-dpdk.sh"]
securityContext:
Expand Down

0 comments on commit 62491a5

Please sign in to comment.