Commit 5b98a2d
committed
infra: point fee-quoting helm at node-services image
The fee-quoting service is bundled into the hyperlane-node-services
image (typescript/Dockerfile builds it and the entrypoint accepts
SERVICE_NAME=fee-quoting). FeeQuotingHelmManager and the chart
defaults were still referencing a standalone hyperlane-fee-quoting
image that no workflow in this repo produces.
- FeeQuotingHelmManager helmValues: image.repository → NODE_SERVICES
- helm/fee-quoting/values.yaml default repo → hyperlane-node-services
- helm/fee-quoting deployment sets SERVICE_NAME=fee-quoting for the
node-services entrypoint to select the right bundle
- Drop DockerImageNames.FEE_QUOTING (no remaining callers)
- Document fee-quoting in docs/docker-image-policy.md SERVICE_NAME table1 parent fc06321 commit 5b98a2d
5 files changed
Lines changed: 6 additions & 4 deletions
File tree
- docs
- typescript/infra
- config
- helm/fee-quoting
- templates
- src/fee-quoting
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
46 | | - | |
| 45 | + | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments