From 9750ee8b36405dd632adc982f65a6d10a046ace6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 08:10:04 +0000 Subject: [PATCH] chore(deps): update ghcr.io/gamosoft/notediscovery docker tag to v0.14.1 (#3553) --- apps/notediscovery/{0.13.0 => 0.14.1}/config.yaml | 0 apps/notediscovery/{0.13.0 => 0.14.1}/data.yml | 0 apps/notediscovery/{0.13.0 => 0.14.1}/docker-compose.yml | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename apps/notediscovery/{0.13.0 => 0.14.1}/config.yaml (100%) rename apps/notediscovery/{0.13.0 => 0.14.1}/data.yml (100%) rename apps/notediscovery/{0.13.0 => 0.14.1}/docker-compose.yml (93%) diff --git a/apps/notediscovery/0.13.0/config.yaml b/apps/notediscovery/0.14.1/config.yaml similarity index 100% rename from apps/notediscovery/0.13.0/config.yaml rename to apps/notediscovery/0.14.1/config.yaml diff --git a/apps/notediscovery/0.13.0/data.yml b/apps/notediscovery/0.14.1/data.yml similarity index 100% rename from apps/notediscovery/0.13.0/data.yml rename to apps/notediscovery/0.14.1/data.yml diff --git a/apps/notediscovery/0.13.0/docker-compose.yml b/apps/notediscovery/0.14.1/docker-compose.yml similarity index 93% rename from apps/notediscovery/0.13.0/docker-compose.yml rename to apps/notediscovery/0.14.1/docker-compose.yml index 9ae970b01..735277c7f 100644 --- a/apps/notediscovery/0.13.0/docker-compose.yml +++ b/apps/notediscovery/0.14.1/docker-compose.yml @@ -1,6 +1,6 @@ services: notediscovery: - image: ghcr.io/gamosoft/notediscovery:0.13.0 + image: ghcr.io/gamosoft/notediscovery:0.14.1 container_name: ${CONTAINER_NAME} ports: - ${PANEL_APP_PORT_HTTP}:8000