From a06d65cd5322443f83ad9239308c68f017880ced Mon Sep 17 00:00:00 2001 From: John Mazzitelli Date: Mon, 16 Sep 2024 11:03:38 -0400 Subject: [PATCH] olm description change --- .../kiali-ossm/manifests/kiali.clusterserviceversion.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/kiali-ossm/manifests/kiali.clusterserviceversion.yaml b/manifests/kiali-ossm/manifests/kiali.clusterserviceversion.yaml index 4e1dea68..5de2c5a4 100644 --- a/manifests/kiali-ossm/manifests/kiali.clusterserviceversion.yaml +++ b/manifests/kiali-ossm/manifests/kiali.clusterserviceversion.yaml @@ -172,7 +172,7 @@ spec: version: consolelinks.console.openshift.io/v1 specDescriptors: - displayName: Version - description: "The version of the Kiali Server to install. This is specified in the form 'vX.Y'. Check the documentation for the values that are valid and supported. When not specified, or when set to the string 'default', the latest supported version of the Kiali Server will be installed. Default: default" + description: "The version of the Kiali Server to install. This is specified in the form 'vX.Y'. Check the documentation for the values that are valid and supported. When set to the string 'default', the latest supported version of the Kiali Server will be installed. This setting must be explicitly specified." path: version x-descriptors: - 'urn:alm:descriptor:com.tectonic.ui:text' @@ -210,7 +210,7 @@ spec: version: v1 specDescriptors: - displayName: Version - description: "The version of OSSMC to install. This is specified in the form 'vX.Y'. Check the documentation for the values that are valid and supported. When not specified, or when set to the string 'default', the latest supported version of OSSMC will be installed. You must ensure this value is the same as the spec.version field in the Kiali CR that was used to install the Kiali Server, otherwise you are not guaranteed OSSMC will work properly. Default: default" + description: "The version of OSSMC to install. This is specified in the form 'vX.Y'. Check the documentation for the values that are valid and supported. When set to the string 'default', the latest supported version of OSSMC will be installed. You must ensure this value is the same as the spec.version field in the Kiali CR that was used to install the Kiali Server, otherwise you are not guaranteed OSSMC will work properly. This setting must be explicitly specified." path: version x-descriptors: - 'urn:alm:descriptor:com.tectonic.ui:text'