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