From 3970d6acfc42f2447e04b4e16e5afc0e5d0ce064 Mon Sep 17 00:00:00 2001 From: CodeGit Date: Fri, 4 Sep 2026 11:21:08 +0100 Subject: [PATCH] debug: add minimal flat test file for Setters diagnosis Isolating whether Setters can find/update anything at all in this repo, independent of the Deployment's nested containers[].image structure - throwaway, will be removed once resolved. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01Y4YNpuC2bgT224suQLLJ7B --- apps/hello-app/setter-test.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 apps/hello-app/setter-test.yaml diff --git a/apps/hello-app/setter-test.yaml b/apps/hello-app/setter-test.yaml new file mode 100644 index 0000000..f634d19 --- /dev/null +++ b/apps/hello-app/setter-test.yaml @@ -0,0 +1,8 @@ +# Throwaway diagnostic file - delete once the Setters investigation is done. +apiVersion: v1 +kind: ConfigMap +metadata: + name: setter-test + namespace: hello-app +data: + image: git.boglabob.com/codegit/hello-app:latest # {"$imagepolicy": "hello-app:hello-app"}