From aa31a801a85c9602e4c4ba21c194e24adf6e0ccc Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sun, 25 Sep 2022 22:32:26 +0300 Subject: [PATCH] fix(portainer): allow all api groups (#3903) --- charts/incubator/portainer-ce/Chart.yaml | 2 +- charts/incubator/portainer-ce/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/incubator/portainer-ce/Chart.yaml b/charts/incubator/portainer-ce/Chart.yaml index 0a87fe3453c..92cfb326bed 100644 --- a/charts/incubator/portainer-ce/Chart.yaml +++ b/charts/incubator/portainer-ce/Chart.yaml @@ -19,7 +19,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/portainer-ce - https://docs.portainer.io/v/ce-2.11/start/install/server/kubernetes/baremetal - https://hub.docker.com/r/portainer/portainer-ce -version: 0.0.4 +version: 0.0.5 annotations: truecharts.org/catagories: | - management diff --git a/charts/incubator/portainer-ce/values.yaml b/charts/incubator/portainer-ce/values.yaml index c10c8ee584a..feedfbd6b6f 100644 --- a/charts/incubator/portainer-ce/values.yaml +++ b/charts/incubator/portainer-ce/values.yaml @@ -25,7 +25,7 @@ rbac: enabled: true rules: - apiGroups: - - "" + - "*" resources: - "*" verbs: