From d5b164bfbd37bcc772124a4c86bbc26665d20a66 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 15 Sep 2021 18:45:24 +0000 Subject: [PATCH] feat(images)!: Update varnish to 7.0-alpine Signed-off-by: auricom <27022259+auricom@users.noreply.github.com> --- cluster/apps/data/piped/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/data/piped/deployment.yaml b/cluster/apps/data/piped/deployment.yaml index 4fd1f9417..377f61ad9 100644 --- a/cluster/apps/data/piped/deployment.yaml +++ b/cluster/apps/data/piped/deployment.yaml @@ -36,7 +36,7 @@ spec: - name: config mountPath: /app/config.properties subPath: config.properties - - image: varnish:6.6-alpine + - image: varnish:7.0-alpine imagePullPolicy: IfNotPresent name: varnish volumeMounts: