diff --git a/charts/amphitheatre/Chart.yaml b/charts/amphitheatre/Chart.yaml index c2f4202..9c0bcc6 100644 --- a/charts/amphitheatre/Chart.yaml +++ b/charts/amphitheatre/Chart.yaml @@ -15,13 +15,13 @@ 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: 0.12.20 +version: 0.12.21 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.8.19" +appVersion: "v0.8.20" dependencies: - name: amphitheatre-crds diff --git a/charts/amphitheatre/templates/controllers/cluster-role.yaml b/charts/amphitheatre/templates/controllers/cluster-role.yaml index dab6c95..62f563e 100644 --- a/charts/amphitheatre/templates/controllers/cluster-role.yaml +++ b/charts/amphitheatre/templates/controllers/cluster-role.yaml @@ -48,7 +48,7 @@ rules: verbs: ["get", "list", "watch", "create", "update", "patch", "delete"] - apiGroups: [""] - resources: ["pods"] + resources: ["pods", "pods/status"] verbs: ["get", "list", "watch", "create", "update", "patch", "delete"] - apiGroups: