Bare image references in manifests were ambiguous — unclear whether the tag was intentionally omitted or managed by kustomize. Add :kustomized sentinel to all 37 image refs overridden by kustomize images transformer. Add sync notes for tailscale-operator proxyclass (CRD fields not processed by kustomize). Mark devpi reviewed (6.19.1 is current). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
24 lines
780 B
YAML
24 lines
780 B
YAML
# ProxyClass: default
|
|
#
|
|
# Specifies fully-qualified image names for Tailscale proxy pods.
|
|
# This ensures consistent behavior across different container runtimes.
|
|
#
|
|
# Usage:
|
|
# Add this annotation to any Tailscale Service or Ingress:
|
|
# tailscale.com/proxy-class: "default"
|
|
#
|
|
# This tells the operator to use the fully-qualified image names defined below
|
|
# when creating the proxy pod for that resource.
|
|
---
|
|
apiVersion: tailscale.com/v1alpha1
|
|
kind: ProxyClass
|
|
metadata:
|
|
name: default
|
|
spec:
|
|
statefulSet:
|
|
pod:
|
|
tailscaleContainer:
|
|
# NOTE: keep in sync with kustomization.yaml (CRD fields aren't processed by kustomize images)
|
|
image: docker.io/tailscale/tailscale:v1.94.2
|
|
tailscaleInitContainer:
|
|
image: docker.io/tailscale/tailscale:v1.94.2
|