C0: rebuild external-secrets off main, repoint both clusters to stable tags

indri -> v2.2.0-13895bb (arm64), ringtail -> v2.2.0-13895bb-nix (amd64).
Both deployed images now trace to main commit 13895bb instead of earlier
branch builds.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-06-04 16:19:20 -07:00
commit f6c926f1f5
3 changed files with 3 additions and 2 deletions

View file

@ -13,4 +13,4 @@ resources:
images:
- name: registry.ops.eblu.me/blumeops/external-secrets
newTag: v2.2.0-59dace8-nix
newTag: v2.2.0-13895bb-nix

View file

@ -13,4 +13,4 @@ resources:
images:
- name: ghcr.io/external-secrets/external-secrets
newName: registry.ops.eblu.me/blumeops/external-secrets
newTag: v2.2.0-0e70a1b
newTag: v2.2.0-13895bb

View file

@ -0,0 +1 @@
Rebuilt the external-secrets images off `main` and repointed both clusters to the stable main-sha tags (`v2.2.0-13895bb` arm64 / `v2.2.0-13895bb-nix` amd64), so the deployed images on indri and ringtail trace to the same `main` commit rather than earlier feature-branch builds.