Skip to content

Commit 6db35b4

Browse files
authored
Merge pull request #837 from chewong/patch-1
🐛 use versioned image for log-dump-daemonset.yaml
2 parents 16d9e12 + 6958d5a commit 6db35b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/log/log-dump-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
spec:
1414
containers:
1515
- name: log-dump-node
16-
image: fedora # A base image that has 'journalctl' binary
16+
image: fedora:30 # A base image that has 'journalctl' binary
1717
args:
1818
- sleep
1919
- "3600"

0 commit comments

Comments
 (0)