C0: rebuild unpoller container from squashed main commit

Image was previously tagged with the unpoller-v3 branch SHA (1b27242),
which doesn't exist in main's history after squash-merge. Rebuilt from
the squashed commit so the tag references a reachable commit.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-05-28 10:10:21 -07:00
commit e703d25efe
2 changed files with 2 additions and 1 deletions

View file

@ -10,7 +10,7 @@ resources:
images: images:
- name: registry.ops.eblu.me/blumeops/unpoller - name: registry.ops.eblu.me/blumeops/unpoller
newTag: v3.2.0-1b27242 newTag: v3.2.0-4d1f4af
configMapGenerator: configMapGenerator:
- name: unpoller-config - name: unpoller-config

View file

@ -0,0 +1 @@
Rebuild unpoller container from squashed main commit so the image SHA tag matches a commit in main's history (was tagged with the pre-squash branch SHA).