diff --git a/charts/latest/azurefile-csi-driver-v1.29.9.tgz b/charts/latest/azurefile-csi-driver-v1.29.9.tgz index 59a9746f5a..ff7859631e 100644 Binary files a/charts/latest/azurefile-csi-driver-v1.29.9.tgz and b/charts/latest/azurefile-csi-driver-v1.29.9.tgz differ diff --git a/charts/latest/azurefile-csi-driver/values.yaml b/charts/latest/azurefile-csi-driver/values.yaml index 83259b3a1d..73684cd0a5 100644 --- a/charts/latest/azurefile-csi-driver/values.yaml +++ b/charts/latest/azurefile-csi-driver/values.yaml @@ -114,6 +114,9 @@ controller: - key: "node-role.kubernetes.io/control-plane" operator: "Exists" effect: "NoSchedule" + - key: "CriticalAddonsOnly" + operator: "Exists" + effect: "NoSchedule" node: cloudConfigSecretName: azure-cloud-provider diff --git a/charts/v1.29.9/azurefile-csi-driver-v1.29.9.tgz b/charts/v1.29.9/azurefile-csi-driver-v1.29.9.tgz index 59a9746f5a..5a5bf2544f 100644 Binary files a/charts/v1.29.9/azurefile-csi-driver-v1.29.9.tgz and b/charts/v1.29.9/azurefile-csi-driver-v1.29.9.tgz differ diff --git a/charts/v1.29.9/azurefile-csi-driver/values.yaml b/charts/v1.29.9/azurefile-csi-driver/values.yaml index 83259b3a1d..73684cd0a5 100644 --- a/charts/v1.29.9/azurefile-csi-driver/values.yaml +++ b/charts/v1.29.9/azurefile-csi-driver/values.yaml @@ -114,6 +114,9 @@ controller: - key: "node-role.kubernetes.io/control-plane" operator: "Exists" effect: "NoSchedule" + - key: "CriticalAddonsOnly" + operator: "Exists" + effect: "NoSchedule" node: cloudConfigSecretName: azure-cloud-provider diff --git a/deploy/csi-azurefile-controller.yaml b/deploy/csi-azurefile-controller.yaml index 8f5e5a2384..cccec115c4 100644 --- a/deploy/csi-azurefile-controller.yaml +++ b/deploy/csi-azurefile-controller.yaml @@ -29,6 +29,9 @@ spec: - key: "node-role.kubernetes.io/control-plane" operator: "Exists" effect: "NoSchedule" + - key: "CriticalAddonsOnly" + operator: "Exists" + effect: "NoSchedule" containers: - name: csi-provisioner image: mcr.microsoft.com/oss/kubernetes-csi/csi-provisioner:v3.5.0 diff --git a/deploy/v1.29.9/csi-azurefile-controller.yaml b/deploy/v1.29.9/csi-azurefile-controller.yaml index 8f5e5a2384..cccec115c4 100644 --- a/deploy/v1.29.9/csi-azurefile-controller.yaml +++ b/deploy/v1.29.9/csi-azurefile-controller.yaml @@ -29,6 +29,9 @@ spec: - key: "node-role.kubernetes.io/control-plane" operator: "Exists" effect: "NoSchedule" + - key: "CriticalAddonsOnly" + operator: "Exists" + effect: "NoSchedule" containers: - name: csi-provisioner image: mcr.microsoft.com/oss/kubernetes-csi/csi-provisioner:v3.5.0