Skip to content

Commit

Permalink
Merge pull request #30350 from spiffxp/drop-kubernetes-e2e-test-images
Browse files Browse the repository at this point in the history
replace dnsutils example image
  • Loading branch information
k8s-ci-robot committed Nov 12, 2021
2 parents efbbe7f + 156173d commit 4de6225
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/en/examples/admin/dns/dnsutils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
containers:
- name: dnsutils
image: gcr.io/kubernetes-e2e-test-images/dnsutils:1.3
image: k8s.gcr.io/e2e-test-images/jessie-dnsutils:1.3
command:
- sleep
- "3600"
Expand Down
2 changes: 1 addition & 1 deletion content/id/examples/admin/dns/dnsutils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
containers:
- name: dnsutils
image: gcr.io/kubernetes-e2e-test-images/dnsutils:1.3
image: k8s.gcr.io/e2e-test-images/jessie-dnsutils:1.3
command:
- sleep
- "3600"
Expand Down
2 changes: 1 addition & 1 deletion content/zh/examples/admin/dns/dnsutils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
containers:
- name: dnsutils
image: gcr.io/kubernetes-e2e-test-images/dnsutils:1.3
image: k8s.gcr.io/e2e-test-images/jessie-dnsutils:1.3
command:
- sleep
- "3600"
Expand Down

0 comments on commit 4de6225

Please sign in to comment.