diff --git a/charts/capacity-reservation/Chart.yaml b/charts/capacity-reservation/Chart.yaml index d10c824..b34a82c 100644 --- a/charts/capacity-reservation/Chart.yaml +++ b/charts/capacity-reservation/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/charts/capacity-reservation/templates/role-cronjob.yaml b/charts/capacity-reservation/templates/role-cronjob.yaml index c6ed58b..31e0265 100644 --- a/charts/capacity-reservation/templates/role-cronjob.yaml +++ b/charts/capacity-reservation/templates/role-cronjob.yaml @@ -4,5 +4,5 @@ metadata: name: {{ include "capacity-reservation.fullname" . }} rules: - apiGroups: ["apps"] - resources: ["deployments"] + resources: ["deployments/scale"] verbs: ["get", "watch", "list","patch"]