From 021737539b169081f3e4dc043fe920ffe4a256e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=95=ED=9B=88=20=EB=B3=80?= Date: Mon, 26 Feb 2024 12:59:47 +0900 Subject: [PATCH] =?UTF-8?q?image=20repo=20=EC=A3=BC=EC=86=8C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kubespray/inventory/exem/group_vars/all/offline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubespray/inventory/exem/group_vars/all/offline.yml b/kubespray/inventory/exem/group_vars/all/offline.yml index b03e301b..5e4c2d0c 100644 --- a/kubespray/inventory/exem/group_vars/all/offline.yml +++ b/kubespray/inventory/exem/group_vars/all/offline.yml @@ -11,7 +11,7 @@ files_repo: "http://{{ hostvars[groups['all'][0]]['ip'] }}" # ubuntu_repo: "http://myinternalubunturepo" ## Container Registry overrides -github_image_repo: "{{ registry_host }}" +github_image_repo: "{{ registry_host }}/ghcr.io" kube_image_repo: "{{ registry_host }}/registry.k8s.io" gcr_image_repo: "{{ registry_host }}/gcr.io" docker_image_repo: "{{ registry_host }}/docker.io"