Skip to content

Commit 91f537a

Browse files
authored
Merge pull request #39957 from asa3311/ru]Replace-k8s.gcr.io-references-with-registry.k8s.io
[ru]Replace k8s.gcr.io references with registry.k8s.io
2 parents 7212fe9 + 9682aca commit 91f537a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ru/examples/admin/logging/two-files-counter-pod-agent-sidecar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
- name: varlog
2323
mountPath: /var/log
2424
- name: count-agent
25-
image: k8s.gcr.io/fluentd-gcp:1.30
25+
image: registry.k8s.io/fluentd-gcp:1.30
2626
env:
2727
- name: FLUENTD_ARGS
2828
value: -c /etc/fluentd-config/fluentd.conf

0 commit comments

Comments
 (0)