From 2337bc4dbf8c407f742504c36d8d78b4c0b61396 Mon Sep 17 00:00:00 2001 From: fluxcdbot Date: Fri, 4 Sep 2026 11:41:27 +0000 Subject: [PATCH] chore(hello-app): auto-update image git.boglabob.com/codegit/hello-app:main-eeb92c5-1788522079 --- apps/hello-app/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/hello-app/deployment.yaml b/apps/hello-app/deployment.yaml index 61b42ea..a3f7033 100644 --- a/apps/hello-app/deployment.yaml +++ b/apps/hello-app/deployment.yaml @@ -31,7 +31,7 @@ spec: # their own line, so a marker on a line above never associates # with the field below it and silently never matches anything. # "hello-app:hello-app" is ":". - image: git.boglabob.com/codegit/hello-app:main-b7b929d-1788518841 # {"$imagepolicy": "hello-app:hello-app"} + image: git.boglabob.com/codegit/hello-app:main-eeb92c5-1788522079 # {"$imagepolicy": "hello-app:hello-app"} ports: - containerPort: 80 ---