From 99b6178a882092757e56b4d8622dbabc0b2f9e3a Mon Sep 17 00:00:00 2001 From: CodeGit Date: Fri, 4 Sep 2026 11:14:45 +0100 Subject: [PATCH] debug: test ImageUpdateAutomation with repo-root update.path Diagnostic change - narrower ./apps/hello-app path never found anything to update despite a byte-verified-correct marker, matching ImagePolicy resolution, and no RBAC/duplicate-resource issues. Testing whether the nested path itself is the problem before looking further. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01Y4YNpuC2bgT224suQLLJ7B --- apps/hello-app/image-automation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/hello-app/image-automation.yaml b/apps/hello-app/image-automation.yaml index e73c8ad..69aff57 100644 --- a/apps/hello-app/image-automation.yaml +++ b/apps/hello-app/image-automation.yaml @@ -53,5 +53,5 @@ spec: push: branch: main update: - path: ./apps/hello-app + path: ./ strategy: Setters