commit fc3718678831e944b90b7c39ed53dffcc85c6271 parent d96518eb23c5df6905ce93be100f1c3316df618b Author: MTRNord <MTRNord@users.noreply.github.com> Date: Sat, 30 Aug 2025 16:50:53 +0200 Add matrix org statistics Diffstat:
| M | apps/talos_cluster/matrix-org-statistics/deployment.yaml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/talos_cluster/matrix-org-statistics/deployment.yaml b/apps/talos_cluster/matrix-org-statistics/deployment.yaml @@ -33,8 +33,8 @@ spec: - name: ghcr-pull containers: - name: morg-statistics - image: gnuxie/draupnir:v2.6.1 - imagePullPolicy: IfNotPresent + image: ghcr.io/mtrnord/matrix-org-statistics:latest + imagePullPolicy: Always env: - name: CACHE_DIR value: "/data"