Skip to content

Commit d1ab490

Browse files
authored
Fix container image tag in deployment configuration
1 parent 12ff616 commit d1ab490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invalid-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
app: deployments-simple-deployment-app
1515
spec:
1616
containers:
17-
- name: busybox:latest
17+
- name: busybox:latest:1.2
1818
command:
1919
- sleep
2020
- "3600"

0 commit comments

Comments
 (0)