pdbmux: pin image to v0.1.0 from the standalone pdbmux repo
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

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.
This commit is contained in:
benvin
2026-07-24 23:27:05 +10:00
parent b82ae4d935
commit 68026cc331
+3 -3
View File
@@ -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