diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 9957629..8ecc666 100644 --- a/helm/Chart.yaml +++ b/helm/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.1 +version: 0.1.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/helm/values.yaml b/helm/values.yaml index c85d059..f973941 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -31,7 +31,7 @@ serviceAccount: # By default it grants all permissions. permissions: - apiGroups: [""] - resources: [services] + resources: [services, services/status] verbs: [get, list, patch, update, watch] - apiGroups: [""] resources: [nodes]