Skip to content

Commit 91080c8

Browse files
authored
Update CA helm chart for ProvisioningRequest (#9525)
* Update CA helm chart for ProvisioningRequest Signed-off-by: Jack Francis <jackfrancis@gmail.com> * Bump chart version Signed-off-by: Jack Francis <jackfrancis@gmail.com> --------- Signed-off-by: Jack Francis <jackfrancis@gmail.com>
1 parent f9edb41 commit 91080c8

2 files changed

Lines changed: 22 additions & 3 deletions

File tree

cluster-autoscaler/charts/cluster-autoscaler/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ name: cluster-autoscaler
1111
sources:
1212
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
1313
type: application
14-
version: 9.56.0
14+
version: 9.57.0

cluster-autoscaler/charts/cluster-autoscaler/templates/clusterrole.yaml

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,22 @@ rules:
5959
verbs:
6060
- watch
6161
- list
62+
- get
63+
- update
6264
{{- if (eq .Values.cloudProvider "kwok") }}
6365
- create
6466
{{- end }}
6567
{{- if or (eq .Values.cloudProvider "kwok") (eq .Values.cloudProvider "huaweicloud") }}
6668
- delete
6769
{{- end }}
70+
- apiGroups:
71+
- ""
72+
resources:
73+
- podtemplates
74+
verbs:
6875
- get
69-
- update
76+
- list
77+
- watch
7078
- apiGroups:
7179
- resource.k8s.io
7280
resources:
@@ -204,7 +212,18 @@ rules:
204212
- patch
205213
- update
206214
{{- end }}
215+
- apiGroups:
216+
- autoscaling.x-k8s.io
217+
resources:
218+
- provisioningrequests
219+
- provisioningrequests/status
220+
verbs:
221+
- get
222+
- list
223+
- watch
224+
- update
225+
- patch
207226
{{- if .Values.rbac.additionalRules }}
208227
{{ toYaml .Values.rbac.additionalRules | indent 2 }}
209228
{{- end }}
210-
{{- end -}}
229+
{{- end -}}

0 commit comments

Comments
 (0)