From 83d8dc96efc5ff452081eb0209dc9baf3803d78d Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sat, 12 Sep 2026 20:37:55 +1000 Subject: [PATCH] pdbmux: bump image to v0.3.0 Pick up the upstream-error replay and freshness-based per-certname backend routing released in v0.3.0. --- 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