From c5a3a89d58691590bbf102d3f022a028a2657d72 Mon Sep 17 00:00:00 2001 From: Jose Armesto Date: Thu, 10 Oct 2024 16:52:43 +0200 Subject: [PATCH] Adjust containerd config file --- helm/cluster/files/etc/containerd/workers-config.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/helm/cluster/files/etc/containerd/workers-config.toml b/helm/cluster/files/etc/containerd/workers-config.toml index cca802e3..cb7fd5ee 100644 --- a/helm/cluster/files/etc/containerd/workers-config.toml +++ b/helm/cluster/files/etc/containerd/workers-config.toml @@ -31,9 +31,6 @@ sandbox_image = "{{ include "cluster.image.registry" $ }}/{{ $.Values.providerIn {{- if and $.Values.global.components.containerd.localRegistryCache.enabled (has $host $.Values.global.components.containerd.localRegistryCache.mirroredRegistries) -}} "http://127.0.0.1:{{ $.Values.global.components.containerd.localRegistryCache.port }}", {{- end -}} - {{- if and $.Values.global.components.containerd.managementClusterRegistryCache.enabled (has $host $.Values.global.components.containerd.managementClusterRegistryCache.mirroredRegistries) -}} - "https://zot.{{ $.Values.global.managementCluster }}.{{ $.Values.global.connectivity.baseDomain }}", - {{- end -}} {{- range $value := $config -}} "https://{{$value.endpoint}}", {{- end -}}