From 81422fa2a54eee7a56d8b4fad1ee67271ce21818 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 23:46:50 +0000 Subject: [PATCH] chore(deps): replace k8s.gcr.io/autoscaling/cluster-autoscaler docker tag with registry.k8s.io/autoscaling/cluster-autoscaler --- 03-Kubernetes/cluster-autoscaler/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-Kubernetes/cluster-autoscaler/values.yaml b/03-Kubernetes/cluster-autoscaler/values.yaml index 71d9ae2..1fa2f74 100644 --- a/03-Kubernetes/cluster-autoscaler/values.yaml +++ b/03-Kubernetes/cluster-autoscaler/values.yaml @@ -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