From 60040887a6209452a50a9386462392eb6377c9d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=A5=96=E5=BB=BA?= Date: Wed, 24 Jul 2024 19:29:48 +0800 Subject: [PATCH] crd: fix missing fields (#4333) Signed-off-by: zhangzujian --- charts/kube-ovn/templates/kube-ovn-crd.yaml | 8 ++++++++ dist/images/install.sh | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/charts/kube-ovn/templates/kube-ovn-crd.yaml b/charts/kube-ovn/templates/kube-ovn-crd.yaml index 565f54ebda6..2ef3e6b1ba7 100644 --- a/charts/kube-ovn/templates/kube-ovn-crd.yaml +++ b/charts/kube-ovn/templates/kube-ovn-crd.yaml @@ -1300,8 +1300,12 @@ spec: type: boolean v4Eip: type: string + v6Eip: + type: string v4Ip: type: string + v6Ip: + type: string vpc: type: string conditions: @@ -1493,8 +1497,12 @@ spec: type: boolean v4Eip: type: string + v6Eip: + type: string v4Ip: type: string + v6Ip: + type: string vpc: type: string externalPort: diff --git a/dist/images/install.sh b/dist/images/install.sh index 03a0fdd6974..910f5f3b05a 100755 --- a/dist/images/install.sh +++ b/dist/images/install.sh @@ -1538,8 +1538,12 @@ spec: type: boolean v4Eip: type: string + v6Eip: + type: string v4Ip: type: string + v6Ip: + type: string vpc: type: string conditions: @@ -1731,8 +1735,12 @@ spec: type: boolean v4Eip: type: string + v6Eip: + type: string v4Ip: type: string + v6Ip: + type: string vpc: type: string externalPort: