diff --git a/api/v2/checluster_types.go b/api/v2/checluster_types.go index 0c258f2fb..69b4d1ba4 100644 --- a/api/v2/checluster_types.go +++ b/api/v2/checluster_types.go @@ -353,7 +353,7 @@ type DashboardHeaderMessage struct { Show bool `json:"show,omitempty"` // Warning message displayed on the user dashboard. // +optional - Text string `json:"warning,text"` + Text string `json:"text,omitempty"` } type TrustedCerts struct { diff --git a/bundle/next/eclipse-che-preview-openshift/manifests/che-operator.clusterserviceversion.yaml b/bundle/next/eclipse-che-preview-openshift/manifests/che-operator.clusterserviceversion.yaml index d420b07b2..401c5c7d1 100644 --- a/bundle/next/eclipse-che-preview-openshift/manifests/che-operator.clusterserviceversion.yaml +++ b/bundle/next/eclipse-che-preview-openshift/manifests/che-operator.clusterserviceversion.yaml @@ -76,7 +76,7 @@ metadata: operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: https://github.com/eclipse-che/che-operator support: Eclipse Foundation - name: eclipse-che-preview-openshift.v7.52.0-643.next + name: eclipse-che-preview-openshift.v7.52.0-644.next namespace: placeholder spec: apiservicedefinitions: {} @@ -1392,7 +1392,7 @@ spec: maturity: stable provider: name: Eclipse Foundation - version: 7.52.0-643.next + version: 7.52.0-644.next webhookdefinitions: - admissionReviewVersions: - v1 diff --git a/bundle/next/eclipse-che-preview-openshift/manifests/org.eclipse.che_checlusters.yaml b/bundle/next/eclipse-che-preview-openshift/manifests/org.eclipse.che_checlusters.yaml index 023d3a04c..905775f25 100644 --- a/bundle/next/eclipse-che-preview-openshift/manifests/org.eclipse.che_checlusters.yaml +++ b/bundle/next/eclipse-che-preview-openshift/manifests/org.eclipse.che_checlusters.yaml @@ -4471,7 +4471,7 @@ spec: show: description: Instructs dashboard to show the message. type: boolean - warning: + text: description: Warning message displayed on the user dashboard. type: string type: object diff --git a/config/crd/bases/org.eclipse.che_checlusters.yaml b/config/crd/bases/org.eclipse.che_checlusters.yaml index a7eb5543c..b23b6f74e 100644 --- a/config/crd/bases/org.eclipse.che_checlusters.yaml +++ b/config/crd/bases/org.eclipse.che_checlusters.yaml @@ -4344,7 +4344,7 @@ spec: show: description: Instructs dashboard to show the message. type: boolean - warning: + text: description: Warning message displayed on the user dashboard. type: string type: object diff --git a/deploy/deployment/kubernetes/combined.yaml b/deploy/deployment/kubernetes/combined.yaml index 9baa13ed1..d5ca47222 100644 --- a/deploy/deployment/kubernetes/combined.yaml +++ b/deploy/deployment/kubernetes/combined.yaml @@ -2912,7 +2912,7 @@ spec: show: description: Instructs dashboard to show the message. type: boolean - warning: + text: description: Warning message displayed on the user dashboard. type: string type: object diff --git a/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml b/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml index 045709c0e..a54d29594 100644 --- a/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -2907,7 +2907,7 @@ spec: show: description: Instructs dashboard to show the message. type: boolean - warning: + text: description: Warning message displayed on the user dashboard. type: string type: object diff --git a/deploy/deployment/openshift/combined.yaml b/deploy/deployment/openshift/combined.yaml index 3d75aa313..325eb5ea2 100644 --- a/deploy/deployment/openshift/combined.yaml +++ b/deploy/deployment/openshift/combined.yaml @@ -2912,7 +2912,7 @@ spec: show: description: Instructs dashboard to show the message. type: boolean - warning: + text: description: Warning message displayed on the user dashboard. type: string type: object diff --git a/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml b/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml index f4ba6975a..ca2eeddfa 100644 --- a/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -2907,7 +2907,7 @@ spec: show: description: Instructs dashboard to show the message. type: boolean - warning: + text: description: Warning message displayed on the user dashboard. type: string type: object diff --git a/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml b/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml index 045709c0e..a54d29594 100644 --- a/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -2907,7 +2907,7 @@ spec: show: description: Instructs dashboard to show the message. type: boolean - warning: + text: description: Warning message displayed on the user dashboard. type: string type: object