diff --git a/charts/panope/Chart.yaml b/charts/panope/Chart.yaml index 102e426..78c4426 100644 --- a/charts/panope/Chart.yaml +++ b/charts/panope/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.3.1 +version: 0.3.2 # 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/panope/templates/agent/role.yaml b/charts/panope/templates/agent/role.yaml index 911cbcc..6e8343c 100644 --- a/charts/panope/templates/agent/role.yaml +++ b/charts/panope/templates/agent/role.yaml @@ -25,3 +25,4 @@ rules: - pods verbs: - get + - delete diff --git a/charts/panope/templates/agent/serviceaccount.yaml b/charts/panope/templates/agent/serviceaccount.yaml index a00eb13..6b8bd2e 100644 --- a/charts/panope/templates/agent/serviceaccount.yaml +++ b/charts/panope/templates/agent/serviceaccount.yaml @@ -11,4 +11,3 @@ metadata: annotations: {{- toYaml . | nindent 4 }} {{- end }} -