diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 8ecc666..cb36400 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.2 +version: 0.1.3 # 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 f973941..739c7b7 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -34,11 +34,8 @@ serviceAccount: resources: [services, services/status] verbs: [get, list, patch, update, watch] - apiGroups: [""] - resources: [nodes] + resources: [nodes, pods] verbs: [get, list, watch] - # - apiGroups: ["apps/v1"] - # resources: ["deployments"] - # verbs: ["get", "list"] podAnnotations: {} podLabels: {}