Skip to content

Commit 72af93f

Browse files
feat(graph): prepare for stable release
1 parent c6e90e1 commit 72af93f

File tree

9 files changed

+810
-475
lines changed

9 files changed

+810
-475
lines changed

arbitrum/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ arbitrum‑nitro.mergeValues | boolean | true | Merges passed values with na
128128
arbitrum‑nitro.resourceLabels | object | | Adds labels to resources on this release |
129129
arbitrum‑nitro.values | (object *or* list of objects) | | Pass values to the release helm chart |
130130
features | list of strings | [proxyd-classic, proxyd-nitro, arbitrum-classic, arbitrum-nitro] | *enum of:  (proxyd-classic \| proxyd-nitro \| arbitrum-classic \| arbitrum-nitro)* |
131-
flavor | string | | |
131+
flavor | string | one | |
132132
kubeVersion | string | | Specifies the kubernetes API version, useful in helm templating environment |
133133
labels | object | | Adds helmfile labels to releases on this namespace |
134134
proxyd‑classic | object | | |

celo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ celo.mergeValues | boolean | true | Merges passed values with namespace's defaul
116116
celo.resourceLabels | object | | Adds labels to resources on this release |
117117
celo.values | (object *or* list of objects) | | Pass values to the release helm chart |
118118
features | list of strings | [proxyd] | *enum of:  (proxyd)* |
119-
flavor | string | | |
119+
flavor | string | mainnet | |
120120
kubeVersion | string | | Specifies the kubernetes API version, useful in helm templating environment |
121121
labels | object | | Adds helmfile labels to releases on this namespace |
122122
proxyd | object | | |

ethereum/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ erigon.mergeValues | boolean | true | Merges passed values with namespace's defa
120120
erigon.resourceLabels | object | | Adds labels to resources on this release |
121121
erigon.values | (object *or* list of objects) | | Pass values to the release helm chart |
122122
features | list of strings | [proxyd] | *enum of:  (nimbus \| lighthouse \| proxyd)* |
123-
flavor | string | | |
123+
flavor | string | mainnet | |
124124
kubeVersion | string | | Specifies the kubernetes API version, useful in helm templating environment |
125125
labels | object | | Adds helmfile labels to releases on this namespace |
126126
lighthouse | object | | |

gnosis/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ erigon.mergeValues | boolean | true | Merges passed values with namespace's defa
116116
erigon.resourceLabels | object | | Adds labels to resources on this release |
117117
erigon.values | (object *or* list of objects) | | Pass values to the release helm chart |
118118
features | list of strings | [erigon, proxyd] | *enum of:  (erigon \| proxyd)* |
119-
flavor | string | | |
119+
flavor | string | mainnet | |
120120
kubeVersion | string | | Specifies the kubernetes API version, useful in helm templating environment |
121121
labels | object | | Adds helmfile labels to releases on this namespace |
122122
proxyd | object | | |

graph/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ helmfiles:
117117
| :--- | :---: | :--- | :--- |
118118
annotations | object | | Add annotations to release resources on this namespace |
119119
features | list of strings | [node, network-indexer, toolbox, database, subgraph-radio] | *enum of:  (node \| network-indexer \| toolbox \| database \| subgraph-radio)* |
120-
flavor | string | | |
120+
flavor | string | arbitrum-one | |
121121
graph‑database | object | | |
122122
graph‑database.annotations | object | | Add annotations to resources on this release |
123123
graph‑database.chartUrl | string | | Override this release's chart URL (i.e: an absolute like /path/to/chart.tgz or /path/to/chart_dir. Or a remote like git::https://github.com/bitnami/charts.git@bitnami/apache?ref=main) |

graph/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ templates:
173173
version: {{ .Values | get "graph-network-indexer" | get "chartVersion" }}
174174
{{- end }}
175175
{{- if (not (or ( .Values | get "graph-network-indexer" dict | get "chartVersion" false ) ( .Values | get "graph-network-indexer" dict | get "chartUrl" false ) )) }}
176-
version: "0.5.22-canary.8"
176+
version: "0.5.21"
177177
{{- end }}
178178

179179
graph-toolbox:

polygon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ erigon.mergeValues | boolean | true | Merges passed values with namespace's defa
120120
erigon.resourceLabels | object | | Adds labels to resources on this release |
121121
erigon.values | (object *or* list of objects) | | Pass values to the release helm chart |
122122
features | list of strings | [proxyd, erigon, heimdall, heimdall-ha-svc] | *enum of:  (proxyd \| erigon \| heimdall \| heimdall-ha-svc)* |
123-
flavor | string | | |
123+
flavor | string | mainnet | |
124124
heimdall | object | | |
125125
heimdall.annotations | object | | Add annotations to resources on this release |
126126
heimdall.chartUrl | string | | Override this release's chart URL (i.e: an absolute like /path/to/chart.tgz or /path/to/chart_dir. Or a remote like git::https://github.com/bitnami/charts.git@bitnami/apache?ref=main) |

0 commit comments

Comments
 (0)