From 5797173932d3c7b9ceca11a3a0bde18e5010d2a3 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sat, 5 Sep 2026 16:53:49 +1000 Subject: [PATCH] pdbmux: bump image to v0.2.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 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 -- 2.47.3