Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 03-Kubernetes/cluster-autoscaler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cluster-autoscaler:
eks.amazonaws.com/role-arn: FIX_ME # Set the ARN of the role you created for the cluster-autoscaler, see terraform outputs

image:
repository: k8s.gcr.io/autoscaling/cluster-autoscaler
repository: registry.k8s.io/autoscaling/cluster-autoscaler
pullPolicy: IfNotPresent
tag: v1.25.1 # Follows cluster versions schemes: controle plane 1.18 -> tag v1.18.x

Expand Down