Skip to content
This repository was archived by the owner on Oct 3, 2020. It is now read-only.

Commit c8cb996

Browse files
committed
use v19.9.0
1 parent b70e109 commit c8cb996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/sidecar/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ spec:
2323
- name: nginx-controller
2424
image: nginx
2525
- name: kube-janitor-sidecar
26-
image: hjacobs/kube-janitor:0.3
26+
image: hjacobs/kube-janitor:19.9.0
2727
args:
2828
- --interval=60
29-
- --include-resources=pods,deployments,replicasets
29+
- --include-resources=deployments
3030
- --include-namespaces=kube-public
3131
resources:
3232
limits:

0 commit comments

Comments
 (0)