Commit d23521e
authored
chore(charts): remove tor-proxy from all charts [sc-15516] (#273)
* chore(charts): remove tor-proxy from all charts [sc-15516]
Remove tor-proxy chart and all tor-related components from spectre,
spire, and validator charts. The tor network functionality is no
longer used in the Chronicle Protocol infrastructure.
Changes:
- Delete charts/tor-proxy entirely
- Remove tor-controller CRDs from spectre, spire, and validator
- Remove tor-onion-service and tor-daemon templates
- Remove tor-proxy references from values.yaml files
- Update Chart.yaml versions (validator: 0.4.8 → 0.5.0)
- Make VAO deployment conditional (vao.enabled flag)
- Add connectionTest.enabled flag for helm test control
- Add CI test configuration (ct-values.yaml)
- Update CI values files to disable VAO and probes for testing
- Improve test reliability by using WATCHDOG log pattern
Refs: sc-15516
* revert(validator): remove CI compatibility changes
Revert validator chart changes that were added for CI compatibility:
- Remove ct-values.yaml
- Revert VAO template conditionals
- Revert version bumps
- Revert CI values modifications
Keep only tor-proxy file deletions. CI will fail until validator
chart is updated in a separate branch.
* revert(validator): restore tor-proxy files
Keep tor-proxy CRDs and templates in the validator chart.
Only spectre and spire charts have tor-proxy removed.
* chore(charts): remove CFG_WEBAPI_* vars and update appVersion
Remove all CFG_WEBAPI_* environment variables from spectre and spire
charts (WEBAPI == tor). Update appVersion to 0.68.3 to match
current production deployment.
* fix(spectre): replace CLI log flags with env vars
The 0.68.3 suite binary no longer accepts --log.format as a CLI flag.
Switch to CFG_LOG_LEVEL and CFG_LOG_FORMAT env vars, matching the
validator chart pattern.
* fix(spectre): provide inlineConfig to override embedded poison pill
The spectre 0.68.3 binary embeds an intentionally broken config
(negative optimistic_expiration) to force external config injection.
Provide a minimal valid HCL config via inlineConfig in CI test values
so the binary starts without falling back to the broken embedded default.
* fix(spectre): add missing transport block to inlineConfig
Spectre binary requires a transport.libp2p block. Added minimal
config with discovery disabled and no bootstrap peers for CI.
* fix(spectre): update test-logs grep to match 0.68.3 log format
Spectre 0.68.3 changed the relay startup log from
'Starting chainID=X tag=RELAY' to 'msg=Starting tag=RELAY'.
Update the helm test grep pattern accordingly.1 parent d43e746 commit d23521e
File tree
29 files changed
+65
-36452
lines changed- charts
- spectre
- ci
- crds
- templates
- tests
- spire
- crds
- templates
- tor-proxy
- templates
- tests
29 files changed
+65
-36452
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | 28 | | |
34 | 29 | | |
35 | 30 | | |
| |||
84 | 79 | | |
85 | 80 | | |
86 | 81 | | |
87 | | - | |
88 | 82 | | |
89 | 83 | | |
90 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 11 | | |
21 | 12 | | |
22 | 13 | | |
23 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
0 commit comments