From a6830f729048a8af2d777d19a757e91cf6aa9a48 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Mon, 8 Jun 2020 17:27:05 +0200 Subject: [PATCH] =?UTF-8?q?Remove=20tag+digest=20on=20shell-image=20?= =?UTF-8?q?=F0=9F=8D=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some runtime (cri-o) do not support tag+digest notation on image reference. Removing this on shell-image to fix the `notags` release yamls. Signed-off-by: Vincent Demeester --- config/controller.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/controller.yaml b/config/controller.yaml index de6bcd83f9c..2958ba2472b 100644 --- a/config/controller.yaml +++ b/config/controller.yaml @@ -72,8 +72,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. - # As of May 19, 2020 - "-shell-image", "gcr.io/distroless/base:debug@sha256:f79e093f9ba639c957ee857b1ad57ae5046c328998bf8f72b30081db4d8edbe4", + # gcr.io/distroless/base:debug as of May 19, 2020 + "-shell-image", "gcr.io/distroless/base@sha256:f79e093f9ba639c957ee857b1ad57ae5046c328998bf8f72b30081db4d8edbe4", ] volumeMounts: - name: config-logging