From dd4345834c6c0413ca783c74067e77e2e923a234 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 01:51:57 +0000 Subject: [PATCH] chore(deps): replace docker image k8s.gcr.io/pause to v --- chart/templates/machineid.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/templates/machineid.yaml b/chart/templates/machineid.yaml index a7a8802..4fb680e 100644 --- a/chart/templates/machineid.yaml +++ b/chart/templates/machineid.yaml @@ -29,7 +29,7 @@ spec: runAsUser: 0 containers: - name: pause - image: k8s.gcr.io/pause:3.1 + image: registry.k8s.io/pause:3.1 resources: limits: cpu: "0.1"