From 173f8f47b2d304d98b8876bc17a3197ae9a55c68 Mon Sep 17 00:00:00 2001 From: Chin-Ya Huang Date: Thu, 19 May 2022 12:19:58 +0800 Subject: [PATCH] grpc-proxy: add proxyApiMinVersion to deployement Longhorn-4004 Longhorn-3546 Signed-off-by: Chin-Ya Huang --- chart/templates/crds.yaml | 4 ++++ deploy/longhorn.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/chart/templates/crds.yaml b/chart/templates/crds.yaml index 79230f5..9e4608f 100644 --- a/chart/templates/crds.yaml +++ b/chart/templates/crds.yaml @@ -1637,6 +1637,10 @@ spec: type: integer apiVersion: type: integer + proxyApiMinVersion: + type: integer + proxyApiVersion: + type: integer currentState: type: string instances: diff --git a/deploy/longhorn.yaml b/deploy/longhorn.yaml index 31d76df..20887c3 100644 --- a/deploy/longhorn.yaml +++ b/deploy/longhorn.yaml @@ -1768,6 +1768,10 @@ spec: type: integer apiVersion: type: integer + proxyApiMinVersion: + type: integer + proxyApiVersion: + type: integer currentState: type: string instances: