From a88ab04068424a982de906bbb1ac6cebb41034d9 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Sun, 29 Oct 2023 05:14:44 -0700 Subject: [PATCH] Update ImageRegistrySpec schema Signed-off-by: Tamal Saha --- apis/shared/helm.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apis/shared/helm.go b/apis/shared/helm.go index d66b42573..c594f11d2 100644 --- a/apis/shared/helm.go +++ b/apis/shared/helm.go @@ -28,8 +28,10 @@ type BootstrapPresets struct { } type ImageRegistrySpec struct { - RegistryFQDN string `json:"registryFQDN"` - Proxies RegistryProxies `json:"proxies"` + //+optional + RegistryFQDN string `json:"registryFQDN"` + //+optional + Proxies RegistryProxies `json:"proxies"` } type RegistryProxies struct {