From 2965d562bdc73d0d810e8d6b2fc21a3fd8743fa2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 23 Jan 2024 03:58:19 +0000 Subject: [PATCH 1/2] feat(container)!: Update image zadam/trilium to v63 --- cluster/apps/default/trilium/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/default/trilium/helm-release.yaml b/cluster/apps/default/trilium/helm-release.yaml index e66f938..deed5e6 100644 --- a/cluster/apps/default/trilium/helm-release.yaml +++ b/cluster/apps/default/trilium/helm-release.yaml @@ -17,7 +17,7 @@ spec: values: image: repository: zadam/trilium - tag: 0.63-latest + tag: 63.1-latest env: TRILIUM_PORT: &port 8080 -- 2.40.1 From d0d73d377e659b3da3a86fe1c8a9ad0e638225f2 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Fri, 19 Apr 2024 14:26:32 -0400 Subject: [PATCH 2/2] feat(container)!: Update image zadam/trilium to v0.63.5, switch to using ghcr image --- cluster/apps/default/trilium/helm-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/default/trilium/helm-release.yaml b/cluster/apps/default/trilium/helm-release.yaml index deed5e6..c0a4129 100644 --- a/cluster/apps/default/trilium/helm-release.yaml +++ b/cluster/apps/default/trilium/helm-release.yaml @@ -16,8 +16,8 @@ spec: values: image: - repository: zadam/trilium - tag: 63.1-latest + repository: ghcr.io/zadam/trilium + tag: 0.63.5 env: TRILIUM_PORT: &port 8080 -- 2.40.1