From abd7da5cd32eb99d4e71406eff2011fca2d2d98a Mon Sep 17 00:00:00 2001 From: miwr Date: Mon, 31 Mar 2025 13:58:12 +0200 Subject: [PATCH] image: alpine:latest --- .../openbao-logging/grant-priviledges-to-logrotate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/stacks/ref-implementation/openbao-logging/grant-priviledges-to-logrotate.yaml b/template/stacks/ref-implementation/openbao-logging/grant-priviledges-to-logrotate.yaml index 4df2fcf..229e3d1 100644 --- a/template/stacks/ref-implementation/openbao-logging/grant-priviledges-to-logrotate.yaml +++ b/template/stacks/ref-implementation/openbao-logging/grant-priviledges-to-logrotate.yaml @@ -14,7 +14,7 @@ spec: spec: initContainers: - name: creator - image: busybox + image: alpine:latest command: ["/bin/sh", "-c"] args: - |