Skip to content

Commit

Permalink
fix(clustertool): Ensure image mirrors always include the main-source
Browse files Browse the repository at this point in the history
  • Loading branch information
PrivatePuffin committed Oct 24, 2024
1 parent fcb1929 commit 39c23c0
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: spegel
version: 2.0.4
version: 2.0.6
sourceRef:
kind: HelmRepository
name: truecharts
Expand Down
46 changes: 46 additions & 0 deletions clustertool/embed/generic/patches/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,49 @@
path: /cluster/discovery/registries/service
value:
disabled: false

- op: add
path: /machine/registries/mirrors
value:
cgr.dev:
endpoints:
- https://cgr.dev
cgr.io:
endpoints:
- https://cgr.io
docker.io:
endpoints:
- https://mirror.gcr.io
- https://registry-1.docker.io
- https://docker.io
registry-1.docker.io:
endpoints:
- https://mirror.gcr.io
- https://registry-1.docker.io
ghcr.io:
endpoints:
- https://ghcr.io
quay.io:
endpoints:
- https://quay.io
mcr.microsoft.com:
endpoints:
- https://mcr.microsoft.com
public.ecr.aws:
endpoints:
- https://public.ecr.aws
gcr.io:
endpoints:
- https://gcr.io
registry.k8s.io:
endpoints:
- https://registry.k8s.io
k8s.gcr.io:
endpoints:
- https://k8s.gcr.io
tccr.io:
endpoints:
- https://tccr.io
factory.talos.dev:
endpoints:
- https://factory.talos.dev

0 comments on commit 39c23c0

Please sign in to comment.