Skip to content

Commit b8ee309

Browse files
authored
Correct references to outdated k8s.gcr.io (#1754)
Replace with `registry.k8s.io` Issue #, if available: Description of changes: By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent eb41508 commit b8ee309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/docs/user-docs/field-export.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ metadata:
9595
spec:
9696
containers:
9797
- name: field-export-demo-container
98-
image: k8s.gcr.io/busybox
98+
image: registry.k8s.io/busybox
9999
command: [ "/bin/sh", "-c", "env" ]
100100
env:
101101
- name: USER_DATA_BUCKET_LOCATION
@@ -129,4 +129,4 @@ requesting it. {{% /hint %}}
129129

130130
[spec-reference]: ../../../reference/common/v1alpha1/fieldexport/
131131
[bucket-spec]: ../../../reference/s3/v1alpha1/fieldexport/bucket/#spec
132-
[rds-tutorial]: ../../tutorials/rds-example/
132+
[rds-tutorial]: ../../tutorials/rds-example/

0 commit comments

Comments
 (0)