diff --git a/charts/cluster-autoscaler/Chart.yaml b/charts/cluster-autoscaler/Chart.yaml index e2ad4c97c3c4..a532739d7e4d 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.39.0 +version: 9.39.1 diff --git a/charts/cluster-autoscaler/values.yaml b/charts/cluster-autoscaler/values.yaml index 3d686f2a56f7..20fcad9be92b 100644 --- a/charts/cluster-autoscaler/values.yaml +++ b/charts/cluster-autoscaler/values.yaml @@ -140,9 +140,11 @@ clusterAPIWorkloadKubeconfigPath: /etc/kubernetes/value # containerSecurityContext -- [Security context for container](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) containerSecurityContext: {} + # allowPrivilegeEscalation: false # capabilities: # drop: # - ALL + # readOnlyRootFilesystem: true deployment: # deployment.annotations -- Annotations to add to the Deployment object. @@ -352,8 +354,10 @@ revisionHistoryLimit: 10 # securityContext -- [Security context for pod](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) securityContext: {} # runAsNonRoot: true - # runAsUser: 1001 - # runAsGroup: 1001 + # runAsUser: 65534 + # runAsGroup: 65534 + # seccompProfile: + # type: RuntimeDefault service: # service.create -- If `true`, a Service will be created.