blumeops/argocd/manifests/tailscale-operator/proxyclass.yaml
Erich Blume 18b94a92cb Bump mosquitto to 2.1.2 and tailscale-operator to v1.94.2
First service version review pass: reviewed 11 services total.
- Pin mosquitto from floating :2 tag to 2.1.2
- Bump tailscale k8s-operator and proxy images from v1.94.1 to v1.94.2
- Record 7 up-to-date services in service-versions.yaml
  (prometheus, loki, kube-state-metrics, frigate, alloy-k8s, mosquitto,
  tailscale-operator)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 17:12:53 -08:00

23 lines
677 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:
image: docker.io/tailscale/tailscale:v1.94.2
tailscaleInitContainer:
image: docker.io/tailscale/tailscale:v1.94.2