Skip to content

Commit 3f7e2f1

Browse files
committed
chore: use registry.k8s.io instead of gcr.io/google-containers
Signed-off-by: Lan Liang <[email protected]>
1 parent ce7f862 commit 3f7e2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gke-daemonset-raid-disks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
hostPID: true
2727
containers:
2828
- name: startup-script
29-
image: gcr.io/google-containers/startup-script:v1
29+
image: registry.k8s.io/startup-script:v1
3030
securityContext:
3131
privileged: true
3232
env:

0 commit comments

Comments
 (0)