Skip to content

Commit

Permalink
fix(clustertool): dont use spegel on talos images for stability
Browse files Browse the repository at this point in the history
  • Loading branch information
PrivatePuffin committed Oct 23, 2024
1 parent 10c58bd commit 3baa375
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion charts/incubator/spegel/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ name: spegel
sources:
- https://github.com/truecharts/charts/tree/master/charts/system/spegel
type: application
version: 2.0.2
version: 2.0.3
2 changes: 1 addition & 1 deletion charts/incubator/spegel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ spegel:
- https://registry.k8s.io
- https://k8s.gcr.io
- https://tccr.io
- https://factory.talos.dev
# - https://factory.talos.dev
# -- Additional target mirror registries other than Spegel.
additionalMirrorRegistries: []
# -- Max ammount of mirrors to attempt.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: spegel
version: 2.0.2
version: 2.0.3
sourceRef:
kind: HelmRepository
name: truecharts
Expand Down
22 changes: 11 additions & 11 deletions clustertool/pkg/initfiles/initfiles.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"])
Expand Down Expand Up @@ -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
`)

Expand Down

0 comments on commit 3baa375

Please sign in to comment.