Skip to content

Commit

Permalink
Migrate k8s.gcr.io to registry.k8s.io (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrassy authored Feb 21, 2023
1 parent f3b3d87 commit 84c63ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/cluster/addons/cluster-autoscaler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ spec:
dnsPolicy: "ClusterFirst"
containers:
- name: aws-cluster-autoscaler
image: "k8s.gcr.io/autoscaling/cluster-autoscaler:v1.23.1"
image: "registry.k8s.io/autoscaling/cluster-autoscaler:v1.23.1"
imagePullPolicy: "IfNotPresent"
command:
- ./cluster-autoscaler
Expand Down
2 changes: 1 addition & 1 deletion modules/cluster/addons/helm/cluster-autoscaler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ extraArgs:
expander: least-waste
balance-similar-node-groups: true
image:
repository: k8s.gcr.io/autoscaling/cluster-autoscaler
repository: registry.k8s.io/autoscaling/cluster-autoscaler
tag: v1.23.1
fullnameOverride: cluster-autoscaler
nameOverride: aws-cluster-autoscaler
Expand Down

0 comments on commit 84c63ce

Please sign in to comment.