From b0879327ee45c081dfebae70ebacc4c5c1d2a2a1 Mon Sep 17 00:00:00 2001 From: 0xff-dev Date: Mon, 8 Apr 2024 16:01:14 +0800 Subject: [PATCH] fix: role-teamplate is missing deletecolleciton permission --- deploy/charts/arcadia/Chart.yaml | 2 +- deploy/charts/arcadia/templates/role-templates.yaml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/deploy/charts/arcadia/Chart.yaml b/deploy/charts/arcadia/Chart.yaml index a74ee8d19..4f25507cf 100644 --- a/deploy/charts/arcadia/Chart.yaml +++ b/deploy/charts/arcadia/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: arcadia description: A Helm chart(Also a KubeBB Component) for KubeAGI Arcadia type: application -version: 0.3.29 +version: 0.3.30 appVersion: "0.2.1" keywords: diff --git a/deploy/charts/arcadia/templates/role-templates.yaml b/deploy/charts/arcadia/templates/role-templates.yaml index 45163e918..1691b1790 100644 --- a/deploy/charts/arcadia/templates/role-templates.yaml +++ b/deploy/charts/arcadia/templates/role-templates.yaml @@ -24,6 +24,7 @@ spec: verbs: - create - delete + - deletecollection - get - list - patch @@ -53,6 +54,7 @@ spec: verbs: - create - delete + - deletecollection - get - list - patch @@ -80,6 +82,7 @@ spec: verbs: - create - delete + - deletecollection - get - list - patch @@ -110,6 +113,7 @@ spec: verbs: - create - delete + - deletecollection - get - list - patch @@ -140,6 +144,7 @@ spec: verbs: - create - delete + - deletecollection - get - list - patch @@ -169,6 +174,7 @@ spec: verbs: - create - delete + - deletecollection - get - list - patch @@ -196,6 +202,7 @@ spec: verbs: - create - delete + - deletecollection - get - list - patch @@ -221,6 +228,7 @@ spec: verbs: - create - delete + - deletecollection - get - list - patch