From d4aed39f6a77cd06aa948390bc98b06c2a375dae Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sat, 12 Sep 2026 20:45:14 +1000 Subject: [PATCH] pdbmux: bump image to v0.3.0 (#464) The deployed pin sits on v0.2.0, so pdbmux still answers malformed queries with `502 all backends failed` and resolves per-certname routes by configured backend order rather than by which backend actually owns the node. Bump the pdbmux image pin to v0.3.0: - Replay a unanimous upstream rejection (PuppetDB's real 400 + parse message) instead of a 502. - Resolve per-certname routes to the node's owning backend by report freshness. - Match backend addresses case-insensitively when redacting. Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/464 Co-authored-by: unkin-agent Co-committed-by: unkin-agent --- apps/base/pdbmux/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/pdbmux/deployment.yaml b/apps/base/pdbmux/deployment.yaml index 9c77ca4..a29558b 100644 --- a/apps/base/pdbmux/deployment.yaml +++ b/apps/base/pdbmux/deployment.yaml @@ -25,7 +25,7 @@ spec: - name: pdbmux # Image is published by the pdbmux repo's .woodpecker/docker.yaml on # a v* tag. It only exists after that tag is cut (see PR merge gates). - image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/pdbmux:v0.2.0 + image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/pdbmux:v0.3.0 imagePullPolicy: IfNotPresent ports: - containerPort: 8080