Replace vendored operator.yaml (495 KB) with ArgoCD apps sourcing the upstream static manifest from mirrors/tailscale on forge, pinned to v1.94.2 via targetRevision. Adds apps for both indri and ringtail clusters. Local kustomization retains only ProxyClass and DNSConfig. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
17 lines
533 B
YAML
17 lines
533 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: tailscale
|
|
|
|
# The upstream operator manifest (CRDs, RBAC, Deployment) is managed by the
|
|
# tailscale-operator-base ArgoCD app, sourced from mirrors/tailscale on forge.
|
|
# Version is pinned via targetRevision in argocd/apps/tailscale-operator-base.yaml.
|
|
#
|
|
# When upgrading Tailscale, update BOTH:
|
|
# 1. targetRevision in argocd/apps/tailscale-operator-base.yaml
|
|
# 2. image tags in proxyclass.yaml below
|
|
|
|
resources:
|
|
- proxyclass.yaml
|
|
- dnsconfig.yaml
|