1
0
mirror of synced 2026-02-13 13:06:56 +00:00

Add digest pinning to image automation testing

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2025-06-01 21:23:48 +03:00
parent 2f5f40d593
commit be8acc0cfb
5 changed files with 46 additions and 26 deletions

View File

@@ -107,6 +107,8 @@ jobs:
./bin/flux reconcile image repository podinfo
./bin/flux reconcile image update flux-system
./bin/flux get images all
./bin/flux -n flux-system events --for ImageUpdateAutomation/flux-system
kubectl -n flux-system get -o yaml ImageUpdateAutomation flux-system
kubectl -n flux-system get -o yaml ImageUpdateAutomation flux-system | \
yq '.status.lastPushCommit | length > 1' | grep 'true'
env: