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
618 B
YAML
16 lines
618 B
YAML
# Ringtail (amd64) overlay for external-secrets.
|
|
#
|
|
# Reuses the shared indri manifest as a base and only overrides the controller
|
|
# image to the nix-built amd64 variant (`-nix` tag). The base sets the arm64
|
|
# image (built via containers/external-secrets/container.py on indri's Dagger
|
|
# runner); ringtail's k3s is amd64 and needs the image built by
|
|
# containers/external-secrets/default.nix on the nix-container-builder.
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- ../external-secrets
|
|
|
|
images:
|
|
- name: registry.ops.eblu.me/blumeops/external-secrets
|
|
newTag: v2.2.0-13895bb-nix
|