diff --git a/Chart.yaml b/Chart.yaml index 5188ceb..0cde9c5 100644 --- a/Chart.yaml +++ b/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: 0.1.27 +version: 0.1.28 # 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/templates/shutdown-account.yaml b/templates/shutdown-account.yaml index 69ef63d..9cc5d3b 100644 --- a/templates/shutdown-account.yaml +++ b/templates/shutdown-account.yaml @@ -18,7 +18,7 @@ metadata: helm.sh/hook-weight: "-9" rules: - apiGroups: ["apps/v1", "apps"] - resources: ["statefulsets"] + resources: ["statefulsets", "pods"] verbs: ["patch", "get", "list"] --- kind: RoleBinding