From 3443143e9d935c107910ecd8fe65f9ff0a04ebed Mon Sep 17 00:00:00 2001 From: Seth Etter Date: Fri, 7 Aug 2026 11:58:07 -0500 Subject: [PATCH] atprotopds: update to latest version --- atprotopds/ansible/roles/pds/defaults/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atprotopds/ansible/roles/pds/defaults/main.yaml b/atprotopds/ansible/roles/pds/defaults/main.yaml index 257de92..aca853e 100644 --- a/atprotopds/ansible/roles/pds/defaults/main.yaml +++ b/atprotopds/ansible/roles/pds/defaults/main.yaml @@ -8,7 +8,7 @@ pds_handle_domain: "{{ lookup('env', 'PDS_SERVICE_HANDLE_DOMAIN') }}" # @atproto/pds 0.5.9, which includes the built-in account management UI). # The upstream compose uses the moving :0.4 tag; watchtower will not bump a # pinned tag, so bump this role var to upgrade. -pds_image: ghcr.io/bluesky-social/pds:0.4.5009 +pds_image: ghcr.io/bluesky-social/pds:0.4.5026 pds_caddy_image: caddy:2 pds_watchtower_image: ghcr.io/nicholas-fedor/watchtower:latest -- 2.51.2