From 43d923d3d7d3f8a3af5b660a6326885f61ae4992 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 12:52:01 +0000 Subject: [PATCH] fix(docker-image): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.45.26 | datasource | package | from | to | | ---------- | ----------------------------------- | ------- | ------- | | docker | ghcr.io/dgtlmoon/changedetection.io | 0.45.25 | 0.45.26 | --- charts/apps/changedetection-io/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/apps/changedetection-io/values.yaml b/charts/apps/changedetection-io/values.yaml index 1a066535..d2b04b85 100644 --- a/charts/apps/changedetection-io/values.yaml +++ b/charts/apps/changedetection-io/values.yaml @@ -2,7 +2,7 @@ image: # -- image repository repository: ghcr.io/dgtlmoon/changedetection.io # -- image tag - tag: "0.45.25" + tag: "0.45.26" # -- image pull policy pullPolicy: IfNotPresent