From b6ed3be6ca5369bc098098004cf028cd11dacc43 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 21:11:54 +0000 Subject: [PATCH] =?UTF-8?q?fix(oci/trilium):=20update=20v0.99.4=20?= =?UTF-8?q?=E2=9E=BC=20v0.99.5=20(#3835)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com> --- kube/deploy/apps/trilium/app/hr.yaml | 2 +- kube/deploy/apps/trilium/ks.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kube/deploy/apps/trilium/app/hr.yaml b/kube/deploy/apps/trilium/app/hr.yaml index b210f895..04353d15 100644 --- a/kube/deploy/apps/trilium/app/hr.yaml +++ b/kube/deploy/apps/trilium/app/hr.yaml @@ -28,7 +28,7 @@ spec: app: image: &img repository: ghcr.io/triliumnext/trilium - tag: v0.99.4@sha256:150ed664bef7bf324ffee0cc620a6d5909f0ba72cde5442eff4f7b684e882489 + tag: v0.99.5@sha256:0b5418153c58582251e691ea15cd92debe57c407f06061e4c600fe462f89338d command: ["node", "./main.cjs"] env: &env TZ: "${CONFIG_TZ}" diff --git a/kube/deploy/apps/trilium/ks.yaml b/kube/deploy/apps/trilium/ks.yaml index 5c5f7fec..4a569252 100644 --- a/kube/deploy/apps/trilium/ks.yaml +++ b/kube/deploy/apps/trilium/ks.yaml @@ -42,7 +42,7 @@ spec: SNAP: *sc ACCESSMODE: "ReadWriteMany" SNAP_ACCESSMODE: "ReadOnlyMany" - VS_APP_CURRENT_VERSION: "ghcr.io/triliumnext/trilium:v0.99.4@sha256:bdd9266ccd00c01bc83b970a929a18a4ecf0a7702c388b27e3e70810e2befb5c" + VS_APP_CURRENT_VERSION: "ghcr.io/triliumnext/trilium:v0.99.5@sha256:bdd9266ccd00c01bc83b970a929a18a4ecf0a7702c388b27e3e70810e2befb5c" RUID: &uid "1001" RGID: *uid RFSG: *uid