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: #455
Co-authored-by: unkin-agent <unkin-agent@unkin.net>
Co-committed-by: unkin-agent <unkin-agent@unkin.net>
This commit was merged in pull request #455.
This commit is contained in:
2026-09-05 17:05:45 +10:00
committed by BenVincent
parent 2fcb3d70d5
commit 520da449c9
+1 -1
View File
@@ -25,7 +25,7 @@ spec:
- name: pdbmux - name: pdbmux
# Image is published by the pdbmux repo's .woodpecker/docker.yaml on # 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). # 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 imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 8080 - containerPort: 8080