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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user