From f1d00648d470def05e480c2b4b78723b5343a0a0 Mon Sep 17 00:00:00 2001
From: Aymen EL AMRI <aymen@eralabs.io>
Date: Tue, 11 Mar 2025 14:56:23 +0100
Subject: [PATCH] Adds volumeattachments resource permissions to the Cluster
 Autoscaler Helm chart

---
 charts/cluster-autoscaler/Chart.yaml                 | 2 +-
 charts/cluster-autoscaler/templates/clusterrole.yaml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/charts/cluster-autoscaler/Chart.yaml b/charts/cluster-autoscaler/Chart.yaml
index f2548d86f4..2f533563ef 100644
--- a/charts/cluster-autoscaler/Chart.yaml
+++ b/charts/cluster-autoscaler/Chart.yaml
@@ -11,4 +11,4 @@ name: cluster-autoscaler
 sources:
   - https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
 type: application
-version: 9.46.2
+version: 9.46.3
diff --git a/charts/cluster-autoscaler/templates/clusterrole.yaml b/charts/cluster-autoscaler/templates/clusterrole.yaml
index 356b9c08d7..7e23ec28a1 100644
--- a/charts/cluster-autoscaler/templates/clusterrole.yaml
+++ b/charts/cluster-autoscaler/templates/clusterrole.yaml
@@ -111,6 +111,7 @@ rules:
     - csinodes
     - csidrivers
     - csistoragecapacities
+    - volumeattachments
     verbs:
     - watch
     - list
-- 
GitLab