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

Commit 050b179

Browse files
committed
v20.3.2
1 parent 7f7f7b4 commit 050b179

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deploy/cronjob/cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
containers:
1818
- name: janitor
1919
# see https://github.com/hjacobs/kube-janitor/releases
20-
image: hjacobs/kube-janitor:20.3.1
20+
image: hjacobs/kube-janitor:20.3.2
2121
args:
2222
# dry run by default, remove to perform clean up
2323
- --dry-run

deploy/deployment/deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Deployment
33
metadata:
44
labels:
55
application: kube-janitor
6-
version: v20.3.1
6+
version: v20.3.2
77
name: kube-janitor
88
spec:
99
replicas: 1
@@ -14,13 +14,13 @@ spec:
1414
metadata:
1515
labels:
1616
application: kube-janitor
17-
version: v20.3.1
17+
version: v20.3.2
1818
spec:
1919
serviceAccountName: kube-janitor
2020
containers:
2121
- name: janitor
2222
# see https://github.com/hjacobs/kube-janitor/releases
23-
image: hjacobs/kube-janitor:20.3.1
23+
image: hjacobs/kube-janitor:20.3.2
2424
args:
2525
# dry run by default, remove to perform clean up
2626
- --dry-run

0 commit comments

Comments
 (0)