image repo 주소 변경

This commit is contained in:
정훈 변
2024-02-26 12:59:47 +09:00
parent 0aa0497403
commit 021737539b

View File

@@ -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"