Adds a kustomize images: rewrite scoped to tailscale-operator-ringtail, pointing docker.io/tailscale/tailscale at registry.ops.eblu.me's v1.94.2-67af7a8-nix build. Indri's tailscale-operator overlay is unchanged — it continues pulling upstream until the k3s migration retires the indri minikube cluster. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
18 lines
494 B
YAML
18 lines
494 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: tailscale
|
|
|
|
resources:
|
|
- ../tailscale-operator-base
|
|
- proxygroup-ingress.yaml
|
|
- external-secret.yaml
|
|
|
|
# Rewrite the proxyclass image to our local nix-built mirror.
|
|
# Scoped to ringtail only; indri's tailscale-operator/kustomization.yaml still
|
|
# pulls from upstream docker.io.
|
|
images:
|
|
- name: docker.io/tailscale/tailscale
|
|
newName: registry.ops.eblu.me/blumeops/tailscale
|
|
newTag: v1.94.2-67af7a8-nix
|