From dec9d4e8a16a92771cbdf7bf9b7e1a4936a98c7c Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Sun, 14 Jul 2024 13:34:56 -0400 Subject: [PATCH] Update deployment.yaml --- actual/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actual/deployment.yaml b/actual/deployment.yaml index 7409d32..19595b5 100644 --- a/actual/deployment.yaml +++ b/actual/deployment.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: actual - image: docker.io/actualbudget/actual-server:edge + image: docker.io/actualbudget/actual-server:latest imagePullPolicy: Always ports: - containerPort: 5006