From 68026cc3319479c71ef2b6492f3ae634f128d136 Mon Sep 17 00:00:00 2001 From: benvin Date: Fri, 24 Jul 2026 23:27:05 +1000 Subject: [PATCH] pdbmux: pin image to v0.1.0 from the standalone pdbmux repo pdbmux moved out of node-lookup into its own repo (git.unkin.net/unkin/pdbmux); the first release there is v0.1.0, not the earlier v0.6.0 assumption. --- apps/base/pdbmux/deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/base/pdbmux/deployment.yaml b/apps/base/pdbmux/deployment.yaml index 43bd7a9..d51b947 100644 --- a/apps/base/pdbmux/deployment.yaml +++ b/apps/base/pdbmux/deployment.yaml @@ -23,9 +23,9 @@ spec: automountServiceAccountToken: false containers: - name: pdbmux - # Image is published by node-lookup's .woodpecker/docker.yaml on a v* - # tag. It only exists after that tag is cut (see PR merge gates). - image: git.unkin.net/unkin/pdbmux:v0.6.0 + # 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: git.unkin.net/unkin/pdbmux:v0.1.0 imagePullPolicy: IfNotPresent ports: - containerPort: 8080