[ko] Update outdated files in dev-1.24-ko.1 M139-M162

This commit is contained in:
Jihoon Seo
2022-05-31 11:46:21 +09:00
parent 507491e619
commit 7d16911571
23 changed files with 51 additions and 39 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ metadata:
spec:
containers:
- name: count
image: busybox
image: busybox:1.28
args: [/bin/sh, -c,
'i=0; while true; do echo "$i: $(date)"; i=$((i+1)); sleep 1; done']