From e3b615abc43a0589f213ea0a20cd14f6a7be1db2 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 16:35:42 +0000 Subject: [PATCH] fix(container): update image docker.io/owncloud/ocis to v5.0.3 (#826) Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com> --- kube/deploy/apps/ocis/app/hr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube/deploy/apps/ocis/app/hr.yaml b/kube/deploy/apps/ocis/app/hr.yaml index f662a41a..4953f166 100644 --- a/kube/deploy/apps/ocis/app/hr.yaml +++ b/kube/deploy/apps/ocis/app/hr.yaml @@ -28,7 +28,7 @@ spec: main: &ct image: &img repository: "docker.io/owncloud/ocis" - tag: "5.0.2@sha256:4b8545200dce57538cff90c25e054e5244ec619f55c7f6f00e61eeb08e057372" + tag: "5.0.3@sha256:9b4ee3d15a79d579b0040488df4a5591e3e2912e7d0c6974bde1ef6e7fe196c8" command: ["ocis", "server"] env: TZ: "${CONFIG_TZ}"