Skip to content

Commit d6a0392

Browse files
chore: migrate from k8s.gcr.io to registry.k8s.io (#376)
1 parent 6380419 commit d6a0392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/core/config-observability.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ data:
4242
# logging.fluentd-sidecar-image provides the fluentd sidecar image
4343
# to inject as a sidecar to collect logs from /var/log.
4444
# Must be presented if logging.enable-var-log-collection is true.
45-
logging.fluentd-sidecar-image: k8s.gcr.io/fluentd-elasticsearch:v2.0.4
45+
logging.fluentd-sidecar-image: registry.k8s.io/fluentd-elasticsearch:v2.0.4
4646
4747
# logging.fluentd-sidecar-output-config provides the configuration
4848
# for the fluentd sidecar, which will be placed into a configmap and

0 commit comments

Comments
 (0)