Skip to content

Commit

Permalink
fix: change version in install.sh
Browse files Browse the repository at this point in the history
(cherry picked from commit 628f5c5)
  • Loading branch information
oilbeater committed Jun 1, 2020
1 parent 3ec9829 commit 8ec2c15
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 @@ -10,7 +10,7 @@ JOIN_CIDR="100.64.0.0/16" # Do NOT overlap with NODE/POD/SVC CIDR
LABEL="node-role.kubernetes.io/master" # The node label to deploy OVN DB
IFACE="" # The nic to support container network, if empty will use the nic that the default route use
NETWORK_TYPE="geneve" # geneve or vlan
VERSION="v1.2.0-pre"
VERSION="v1.2.0"
IMAGE_PULL_POLICY="IfNotPresent"

# VLAN Config only take effect when NETWORK_TYPE is vlan
Expand Down

0 comments on commit 8ec2c15

Please sign in to comment.