Skip to content

Commit

Permalink
keep install.sh as helm
Browse files Browse the repository at this point in the history
Signed-off-by: bobz965 <[email protected]>
  • Loading branch information
bobz965 committed Jul 22, 2024
1 parent bb3b6b7 commit 010083f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dist/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ OVS_VSCTL_CONCURRENCY=${OVS_VSCTL_CONCURRENCY:-100}
ENABLE_COMPACT=${ENABLE_COMPACT:-false}
SECURE_SERVING=${SECURE_SERVING:-false}

# ovn version
versionCompatibility=24.03

# debug
DEBUG_WRAPPER=${DEBUG_WRAPPER:-}

Expand Down Expand Up @@ -3462,6 +3465,8 @@ spec:
value: "1"
- name: ENABLE_COMPACT
value: "$ENABLE_COMPACT"
- name: OVN_VERSION_COMPATIBILITY
value: "$versionCompatibility"
resources:
requests:
cpu: 300m
Expand Down

0 comments on commit 010083f

Please sign in to comment.