fix(clustertool): dont use spegel on talos images for stability

This commit is contained in:
Kjeld Schouten
2024-10-23 17:38:02 +02:00
parent 10c58bdf17
commit 3baa3750cb
4 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -30,4 +30,4 @@ name: spegel
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/system/spegel - https://github.com/truecharts/charts/tree/master/charts/system/spegel
type: application type: application
version: 2.0.2 version: 2.0.3
+1 -1
View File
@@ -132,7 +132,7 @@ spegel:
- https://registry.k8s.io - https://registry.k8s.io
- https://k8s.gcr.io - https://k8s.gcr.io
- https://tccr.io - https://tccr.io
- https://factory.talos.dev # - https://factory.talos.dev
# -- Additional target mirror registries other than Spegel. # -- Additional target mirror registries other than Spegel.
additionalMirrorRegistries: [] additionalMirrorRegistries: []
# -- Max ammount of mirrors to attempt. # -- Max ammount of mirrors to attempt.
@@ -10,7 +10,7 @@ spec:
chart: chart:
spec: spec:
chart: spegel chart: spegel
version: 2.0.2 version: 2.0.3
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: truecharts name: truecharts
+11 -11
View File
@@ -414,12 +414,12 @@ func setSpegel() {
- http://127.0.0.1:30021 - http://127.0.0.1:30021
- http://%s:5000 - http://%s:5000
- https://tccr.io - https://tccr.io
factory.talos.dev: # factory.talos.dev:
endpoints: # endpoints:
- http://127.0.0.1:30020 # - http://127.0.0.1:30020
- http://127.0.0.1:30021 # - http://127.0.0.1:30021
- http://%s:5000 # - http://%s:5000
- https://factory.talos.dev # - https://factory.talos.dev
`, helper.TalEnv["SPEGEL_IP"], helper.TalEnv["SPEGEL_IP"], helper.TalEnv["SPEGEL_IP"], helper.TalEnv["SPEGEL_IP"], helper.TalEnv["SPEGEL_IP"], helper.TalEnv["SPEGEL_IP"], helper.TalEnv["SPEGEL_IP"], helper.TalEnv["SPEGEL_IP"], helper.TalEnv["SPEGEL_IP"], helper.TalEnv["SPEGEL_IP"], helper.TalEnv["SPEGEL_IP"]) `, helper.TalEnv["SPEGEL_IP"], helper.TalEnv["SPEGEL_IP"], helper.TalEnv["SPEGEL_IP"], helper.TalEnv["SPEGEL_IP"], helper.TalEnv["SPEGEL_IP"], helper.TalEnv["SPEGEL_IP"], helper.TalEnv["SPEGEL_IP"], helper.TalEnv["SPEGEL_IP"], helper.TalEnv["SPEGEL_IP"], helper.TalEnv["SPEGEL_IP"], helper.TalEnv["SPEGEL_IP"])
@@ -489,11 +489,11 @@ func setSpegel() {
- http://127.0.0.1:30020 - http://127.0.0.1:30020
- http://127.0.0.1:30021 - http://127.0.0.1:30021
- https://tccr.io - https://tccr.io
factory.talos.dev: # factory.talos.dev:
endpoints: # endpoints:
- http://127.0.0.1:30020 # - http://127.0.0.1:30020
- http://127.0.0.1:30021 # - http://127.0.0.1:30021
- https://factory.talos.dev # - https://factory.talos.dev
`) `)