From a42de87f1d1037749a64062a700923d794ce7513 Mon Sep 17 00:00:00 2001 From: Simon Kaegi Date: Thu, 23 Jul 2020 17:38:23 -0400 Subject: [PATCH] Update shell-image to current gcr.io/distroless/base:debug SHA Fixes #2998 https://console.cloud.google.com/gcr/images/distroless/GLOBAL/base@sha256:60f5ffe6fc481e9102747b043b3873a01893a5a8138f970c5f5fc06fb7494656/details?tab=info is the current debug image --- config/controller.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/controller.yaml b/config/controller.yaml index e14f87f4642..5ffde8cbfd7 100644 --- a/config/controller.yaml +++ b/config/controller.yaml @@ -77,8 +77,8 @@ spec: # This is google/cloud-sdk:293.0.0-slim "-gsutil-image", "google/cloud-sdk@sha256:37654ada9b7afbc32828b537030e85de672a9dd468ac5c92a36da1e203a98def", # The shell image must be root in order to create directories and copy files to PVCs. - # gcr.io/distroless/base:debug as of May 19, 2020 - "-shell-image", "gcr.io/distroless/base@sha256:f79e093f9ba639c957ee857b1ad57ae5046c328998bf8f72b30081db4d8edbe4", + # gcr.io/distroless/base:debug as of July 23, 2020 + "-shell-image", "gcr.io/distroless/base@sha256:60f5ffe6fc481e9102747b043b3873a01893a5a8138f970c5f5fc06fb7494656", ] volumeMounts: - name: config-logging