From 3a2db8bc25b7a5896910a66b8a67978a2c19c013 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 20 Mar 2026 20:20:59 -0500 Subject: [PATCH 1/2] feat: switch to grimmory image --- clusters/cl01tl/helm/booklore/Chart.yaml | 7 +++++-- clusters/cl01tl/helm/booklore/values.yaml | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/helm/booklore/Chart.yaml b/clusters/cl01tl/helm/booklore/Chart.yaml index 39c7d4ace..3e17837af 100644 --- a/clusters/cl01tl/helm/booklore/Chart.yaml +++ b/clusters/cl01tl/helm/booklore/Chart.yaml @@ -4,11 +4,14 @@ version: 1.0.0 description: booklore keywords: - booklore + - grimmory - books home: https://wiki.alexlebens.dev/ sources: - https://github.com/booklore-app/BookLore + - https://github.com/grimmory-tools/grimmory - https://github.com/booklore-app/booklore/pkgs/container/booklore + - https://github.com/grimmory-tools/grimmory/pkgs/container/grimmory - https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template maintainers: - name: alexlebens @@ -29,5 +32,5 @@ dependencies: version: 0.8.0 repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/booklore.png -# renovate: datasource=github-releases depName=booklore-app/BookLore -appVersion: v2.2.1 +# renovate: datasource=github-releases depName=grimmory-tools/grimmory +appVersion: v2.2.6 diff --git a/clusters/cl01tl/helm/booklore/values.yaml b/clusters/cl01tl/helm/booklore/values.yaml index 35ced5f97..d7ce29704 100644 --- a/clusters/cl01tl/helm/booklore/values.yaml +++ b/clusters/cl01tl/helm/booklore/values.yaml @@ -8,8 +8,8 @@ booklore: containers: main: image: - repository: ghcr.io/booklore-app/booklore - tag: v2.2.1 + repository: ghcr.io/grimmory-tools/grimmory + tag: v2.2.6 pullPolicy: IfNotPresent env: - name: TZ -- 2.49.1 From bdf9c5ec9b3dd951305d85d9df58aacc196c4d8f Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 20 Mar 2026 20:21:45 -0500 Subject: [PATCH 2/2] feat: update name in homepage --- clusters/cl01tl/helm/homepage/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/homepage/values.yaml b/clusters/cl01tl/helm/homepage/values.yaml index 41f8c510f..5717a3450 100644 --- a/clusters/cl01tl/helm/homepage/values.yaml +++ b/clusters/cl01tl/helm/homepage/values.yaml @@ -204,7 +204,7 @@ homepage: statusStyle: dot - Books: icon: sh-booklore.webp - description: Booklore + description: Grimmory href: https://booklore.alexlebens.net siteMonitor: http://booklore.booklore:80 statusStyle: dot -- 2.49.1