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>
16 lines
350 B
YAML
16 lines
350 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- serviceaccount.yaml
|
|
- rbac.yaml
|
|
- service.yaml
|
|
- webhook.yaml
|
|
- deployment.yaml
|
|
- cluster-secret-store.yaml
|
|
|
|
images:
|
|
- name: ghcr.io/external-secrets/external-secrets
|
|
newName: registry.ops.eblu.me/blumeops/external-secrets
|
|
newTag: v2.2.0-13895bb
|