From 0117e1102f95f0092f4b3c65e58ccc37308c4e90 Mon Sep 17 00:00:00 2001 From: FUTC-Coding Date: Tue, 2 Dec 2025 17:07:24 +0100 Subject: [PATCH 1/3] Update Umami image tag to latest version --- templates/compose/umami.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/umami.yaml b/templates/compose/umami.yaml index d4248704b..55dd4ccde 100644 --- a/templates/compose/umami.yaml +++ b/templates/compose/umami.yaml @@ -7,7 +7,7 @@ services: umami: - image: ghcr.io/umami-software/umami:postgresql-latest + image: ghcr.io/umami-software/umami:latest environment: - SERVICE_URL_UMAMI_3000 - DATABASE_URL=postgres://$SERVICE_USER_POSTGRES:$SERVICE_PASSWORD_POSTGRES@postgresql:5432/$POSTGRES_DB From 421e5078ea867c619b01f876dc3e741c470ee48c Mon Sep 17 00:00:00 2001 From: FUTC-Coding Date: Tue, 2 Dec 2025 19:09:28 +0100 Subject: [PATCH 2/3] Update Umami image version to 3.0.1 --- templates/compose/umami.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/umami.yaml b/templates/compose/umami.yaml index 55dd4ccde..b3251b9e7 100644 --- a/templates/compose/umami.yaml +++ b/templates/compose/umami.yaml @@ -7,7 +7,7 @@ services: umami: - image: ghcr.io/umami-software/umami:latest + image: ghcr.io/umami-software/umami:3.0.1 environment: - SERVICE_URL_UMAMI_3000 - DATABASE_URL=postgres://$SERVICE_USER_POSTGRES:$SERVICE_PASSWORD_POSTGRES@postgresql:5432/$POSTGRES_DB From ab1542e152727eef3016d57f273e19dd839d8244 Mon Sep 17 00:00:00 2001 From: FUTC-Coding Date: Sun, 7 Dec 2025 12:21:14 +0100 Subject: [PATCH 3/3] Update Umami image version to 3.0.2 due to next vulnerability CVE-2025-66478 --- templates/compose/umami.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/umami.yaml b/templates/compose/umami.yaml index b3251b9e7..2b4ed1972 100644 --- a/templates/compose/umami.yaml +++ b/templates/compose/umami.yaml @@ -7,7 +7,7 @@ services: umami: - image: ghcr.io/umami-software/umami:3.0.1 + image: ghcr.io/umami-software/umami:3.0.2 environment: - SERVICE_URL_UMAMI_3000 - DATABASE_URL=postgres://$SERVICE_USER_POSTGRES:$SERVICE_PASSWORD_POSTGRES@postgresql:5432/$POSTGRES_DB