From 7285c5117e00098382fe323b1bbaed63ef2189ac Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 31 Mar 2026 20:27:04 -0500 Subject: [PATCH] feat: use regular image for health probes --- clusters/cl01tl/helm/actual/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/actual/values.yaml b/clusters/cl01tl/helm/actual/values.yaml index 486f85f8b..c9465146d 100644 --- a/clusters/cl01tl/helm/actual/values.yaml +++ b/clusters/cl01tl/helm/actual/values.yaml @@ -8,7 +8,7 @@ actual: main: image: repository: ghcr.io/actualbudget/actual - tag: 26.3.0-alpine@sha256:88da05c05de64c3e2b597ffb8fdb9abb50605d64200ad470516da895251bbf9c + tag: 26.3.0@sha256:eb8bc26f53025e07e464594c12d77c52c4b95840c8dadd9b95c4f0c4660f8ad2 env: - name: ACTUAL_PORT value: 5006 -- 2.49.1