From 520da449c97c4cbb09718d3859381937fa2b6320 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sat, 5 Sep 2026 17:05:45 +1000 Subject: [PATCH] pdbmux: bump image to v0.2.0 (#455) ## Why v0.2.0 ships the reports/events union, aggregate summing across backends, config-file support, and the removal of the primary/prefer ranking. ## How - Pin the pdbmux Deployment image to `v0.2.0`. - Leave `pdbmux-env` unchanged: `PDBMUX_LISTEN`, `PDBMUX_BACKENDS`, `PDBMUX_MERGE` are the only keys v0.2.0 reads from this ConfigMap, and `PDBMUX_PRIMARY`/`PDBMUX_PREFER` are already gone (#452). Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/455 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 827251e..9c77ca4 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.1.0 + image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/pdbmux:v0.2.0 imagePullPolicy: IfNotPresent ports: - containerPort: 8080