Skip to content

Commit c02b617

Browse files
committed
Use base image for pdb-controller
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
1 parent 6a7520e commit c02b617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/manifests/pdb-controller/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
serviceAccountName: pdb-controller
2828
containers:
2929
- name: pdb-controller
30-
image: container-registry.zalando.net/teapot/pdb-controller:master-33
30+
image: container-registry.zalando.net/teapot/pdb-controller:master-34
3131
args:
3232
- --debug
3333
{{- if .Cluster.ConfigItems.pdb_controller_non_ready_ttl }}

0 commit comments

Comments
 (0)