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

Commit

Permalink
v20.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Mar 24, 2020
1 parent 7f7f7b4 commit 050b179
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/cronjob/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
containers:
- name: janitor
# see https://github.com/hjacobs/kube-janitor/releases
image: hjacobs/kube-janitor:20.3.1
image: hjacobs/kube-janitor:20.3.2
args:
# dry run by default, remove to perform clean up
- --dry-run
Expand Down
6 changes: 3 additions & 3 deletions deploy/deployment/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.3.1
version: v20.3.2
name: kube-janitor
spec:
replicas: 1
Expand All @@ -14,13 +14,13 @@ spec:
metadata:
labels:
application: kube-janitor
version: v20.3.1
version: v20.3.2
spec:
serviceAccountName: kube-janitor
containers:
- name: janitor
# see https://github.com/hjacobs/kube-janitor/releases
image: hjacobs/kube-janitor:20.3.1
image: hjacobs/kube-janitor:20.3.2
args:
# dry run by default, remove to perform clean up
- --dry-run
Expand Down

0 comments on commit 050b179

Please sign in to comment.