diff --git a/charts/theia-cloud-base/Chart.yaml b/charts/theia-cloud-base/Chart.yaml index 6d80443..2d627a7 100644 --- a/charts/theia-cloud-base/Chart.yaml +++ b/charts/theia-cloud-base/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.1.0-next.0 +version: 1.1.0-next.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/theia-cloud-base/templates/operator-role.yaml b/charts/theia-cloud-base/templates/operator-role.yaml index d7bb834..15a898e 100644 --- a/charts/theia-cloud-base/templates/operator-role.yaml +++ b/charts/theia-cloud-base/templates/operator-role.yaml @@ -25,4 +25,5 @@ rules: - configmaps - deployments - leases - verbs: ["list", "create", "watch", "get", "patch", "delete", "update"] + - pods + verbs: ["list", "create", "watch", "get", "edit", "patch", "delete", "update"] diff --git a/charts/theia-cloud-base/templates/service-role.yaml b/charts/theia-cloud-base/templates/service-role.yaml index eb06a58..85b449c 100644 --- a/charts/theia-cloud-base/templates/service-role.yaml +++ b/charts/theia-cloud-base/templates/service-role.yaml @@ -16,7 +16,10 @@ rules: verbs: ["list", "create", "watch", "get", "patch", "delete"] - apiGroups: - "" + - apps - metrics.k8s.io resources: + - deployments + - replicasets - pods verbs: ["list", "get", "watch"]