From 8bc19fa46037faa3b564ceb4d1f13b268c6cffae Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Wed, 6 May 2026 06:52:39 -0700 Subject: [PATCH] C0: tailscale main-SHA rebuild for ringtail proxyclass Routine post-squash-merge cleanup. Bumps the ProxyClass image tag from the now-orphaned PR branch SHA (67af7a8) to the merge commit SHA (0108b68) so the deployed image stays traceable after branch cleanup. Co-Authored-By: Claude Opus 4.7 (1M context) --- .../tailscale-operator-ringtail/proxyclass-image.yaml | 4 ++-- docs/changelog.d/+tailscale-main-sha-rebuild.infra.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 docs/changelog.d/+tailscale-main-sha-rebuild.infra.md diff --git a/argocd/manifests/tailscale-operator-ringtail/proxyclass-image.yaml b/argocd/manifests/tailscale-operator-ringtail/proxyclass-image.yaml index b585e22..d1bf2a4 100644 --- a/argocd/manifests/tailscale-operator-ringtail/proxyclass-image.yaml +++ b/argocd/manifests/tailscale-operator-ringtail/proxyclass-image.yaml @@ -6,6 +6,6 @@ spec: statefulSet: pod: tailscaleContainer: - image: registry.ops.eblu.me/blumeops/tailscale:v1.94.2-67af7a8-nix + image: registry.ops.eblu.me/blumeops/tailscale:v1.94.2-0108b68-nix tailscaleInitContainer: - image: registry.ops.eblu.me/blumeops/tailscale:v1.94.2-67af7a8-nix + image: registry.ops.eblu.me/blumeops/tailscale:v1.94.2-0108b68-nix diff --git a/docs/changelog.d/+tailscale-main-sha-rebuild.infra.md b/docs/changelog.d/+tailscale-main-sha-rebuild.infra.md new file mode 100644 index 0000000..24bb81c --- /dev/null +++ b/docs/changelog.d/+tailscale-main-sha-rebuild.infra.md @@ -0,0 +1 @@ +Update `tailscale-operator-ringtail` ProxyClass to reference the `0108b68` main-SHA build of the tailscale container. Routine post-merge cleanup so the deployed image traces to a commit that survives PR branch cleanup.