From d249d0e3ce3ee0966033e870ea5c4d9e1928f045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Tue, 31 Oct 2023 14:02:40 +0000 Subject: [PATCH] fix(openproject): Nextcloud integration within K8s instances --- helmfile/environments/default/images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmfile/environments/default/images.yaml b/helmfile/environments/default/images.yaml index a1afafb3..a708108a 100644 --- a/helmfile/environments/default/images.yaml +++ b/helmfile/environments/default/images.yaml @@ -114,7 +114,7 @@ images: # @supplier: "Nextcloud Community" openproject: repository: "openproject/open_desk" - tag: "dev@sha256:e907515ebbc758ea93b7efd9209c27a449e99adc0a3fc725a73c89508140a2f4" + tag: "dev@sha256:ca5b843fd7f0687617ce3038a52fd6ac73fb4e9db7b762b8ac7d5090f168f0b1" # @supplier: "OpenProject" openxchangeBootstrap: repository: "alpine/k8s"