From ba14f85e51f1ad26e0059c7f3c9c5524bc78671d Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sun, 13 Sep 2026 20:36:49 +1000 Subject: [PATCH] Pin pdbmux to v0.4.0 (#466) v0.3.0 still serves facts from cache and collapses non-4xx upstream rejections into a 502, so clients see stale facts and lose the real status. - Pin the pdbmux image to v0.4.0 Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/466 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 a29558b..dcd998b 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.3.0 + image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/pdbmux:v0.4.0 imagePullPolicy: IfNotPresent ports: - containerPort: 8080