Skip to content

Commit

Permalink
Fix autoscaler image repo
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Büringer buringerst@vmware.com
  • Loading branch information
sbueringer committed Sep 1, 2023
1 parent aee8f00 commit 6f82954
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ spec:
app: cluster-autoscaler
spec:
containers:
- image: k8s.gcr.io/autoscaling/cluster-autoscaler:${AUTOSCALER_VERSION}
- image: registry.k8s.io/autoscaling/cluster-autoscaler:${AUTOSCALER_VERSION}
name: cluster-autoscaler
command:
- /cluster-autoscaler
Expand Down

0 comments on commit 6f82954

Please sign in to comment.