From e34d9613c7d6c66e9023ba0480c72cb4c08db5f4 Mon Sep 17 00:00:00 2001 From: Timofei Larkin Date: Mon, 22 Sep 2025 16:15:15 +0300 Subject: [PATCH] [dashboard] Fix FerretDB spec Due to a typo in the spec, the dashboard couldn't deploy or display instances of FerretDB. This patch fixes the typo. ```release-note [dashboard] Fix FerretDB management in the web UI. ``` Signed-off-by: Timofei Larkin --- packages/system/dashboard/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/system/dashboard/values.yaml b/packages/system/dashboard/values.yaml index b3c5e8c6..bfd0327e 100644 --- a/packages/system/dashboard/values.yaml +++ b/packages/system/dashboard/values.yaml @@ -240,7 +240,7 @@ kubeapps: - application: kind: FerretDB singular: ferretdb - plural: ferretdb + plural: ferretdbs release: prefix: ferretdb- labels: