Skip to content

Commit

Permalink
v20.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Oct 2, 2020
1 parent 2508bad commit 5a0399a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Deployment
metadata:
labels:
application: kube-janitor
version: v20.4.1
version: v20.10.0
name: kube-janitor
spec:
replicas: 1
Expand All @@ -14,13 +14,13 @@ spec:
metadata:
labels:
application: kube-janitor
version: v20.4.1
version: v20.10.0
spec:
serviceAccountName: kube-janitor
containers:
- name: janitor
# see https://github.com/hjacobs/kube-janitor/releases
image: hjacobs/kube-janitor:20.4.1
image: hjacobs/kube-janitor:20.10.0
args:
# dry run by default, remove to perform clean up
- --dry-run
Expand Down

0 comments on commit 5a0399a

Please sign in to comment.