diff --git a/config/crd/bases/catalogd.operatorframework.io_catalogs.yaml b/config/crd/bases/catalogd.operatorframework.io_catalogs.yaml index c11eee4..6564bab 100644 --- a/config/crd/bases/catalogd.operatorframework.io_catalogs.yaml +++ b/config/crd/bases/catalogd.operatorframework.io_catalogs.yaml @@ -49,6 +49,13 @@ spec: description: Image is the catalog image that backs the content of this catalog. properties: + insecureSkipTLSVerify: + description: InsecureSkipTLSVerify indicates that TLS certificate + validation should be skipped. If this option is specified, + the HTTPS protocol will still be used to fetch the specified + image reference. This should not be used in a production + environment. + type: boolean pollInterval: description: PollInterval indicates the interval at which the image source should be polled for new content, specified @@ -64,13 +71,6 @@ spec: description: Ref contains the reference to a container image containing Catalog contents. type: string - skipTLSVerify: - description: SkipTLSVerify indicates that TLS certificate - validation should be skipped. If this option is specified, - the HTTPS protocol will still be used to fetch the specified - image reference. This should not be used in a production - environment. - type: boolean required: - ref type: object