fix(clustertool): dont use spegel on talos images for stability
This commit is contained in:
@@ -10,7 +10,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: spegel
|
||||
version: 2.0.2
|
||||
version: 2.0.3
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: truecharts
|
||||
|
||||
@@ -414,12 +414,12 @@ func setSpegel() {
|
||||
- http://127.0.0.1:30021
|
||||
- http://%s:5000
|
||||
- https://tccr.io
|
||||
factory.talos.dev:
|
||||
endpoints:
|
||||
- http://127.0.0.1:30020
|
||||
- http://127.0.0.1:30021
|
||||
- http://%s:5000
|
||||
- https://factory.talos.dev
|
||||
# factory.talos.dev:
|
||||
# endpoints:
|
||||
# - http://127.0.0.1:30020
|
||||
# - http://127.0.0.1:30021
|
||||
# - http://%s:5000
|
||||
# - 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"])
|
||||
@@ -489,11 +489,11 @@ func setSpegel() {
|
||||
- http://127.0.0.1:30020
|
||||
- http://127.0.0.1:30021
|
||||
- https://tccr.io
|
||||
factory.talos.dev:
|
||||
endpoints:
|
||||
- http://127.0.0.1:30020
|
||||
- http://127.0.0.1:30021
|
||||
- https://factory.talos.dev
|
||||
# factory.talos.dev:
|
||||
# endpoints:
|
||||
# - http://127.0.0.1:30020
|
||||
# - http://127.0.0.1:30021
|
||||
# - https://factory.talos.dev
|
||||
|
||||
`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user