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 e9a1af0 commit aa50a2e
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 @@ -1249,7 +1249,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 aa50a2e

Please sign in to comment.