Skip to content

Commit

Permalink
refactor #mergeValues
Browse files Browse the repository at this point in the history
  • Loading branch information
cjorge-graphops committed Sep 26, 2023
1 parent 0d32fd4 commit e27633c
Show file tree
Hide file tree
Showing 26 changed files with 368 additions and 482 deletions.
24 changes: 18 additions & 6 deletions arbitrum/README.md
Expand Up @@ -110,17 +110,29 @@ helmfiles:
| :--- | :---: | :--- | :--- |
annotations | object | | Add annotations to releases on this namespace |
arbitrum‑classic | object | | |
arbitrum‑classic.mergeValues | boolean | true | |
arbitrum‑classic.values | (object *or* list of objects) | | |
arbitrum‑classic.annotations | object | | Add annotations to resources on this release |
arbitrum‑classic.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) |
arbitrum‑classic.chartVersion | string | | Specify a specific chart version to use for this release |
arbitrum‑classic.labels | object | | Adds helmfile labels to this release |
arbitrum‑classic.mergeValues | boolean | true | Merges passed values with namespace's defaults if true, overrides if false |
arbitrum‑classic.values | (object *or* list of objects) | | Pass values to the release helm chart |
arbitrum‑nitro | object | | |
arbitrum‑nitro.mergeValues | boolean | true | |
arbitrum‑nitro.values | (object *or* list of objects) | | |
arbitrum‑nitro.annotations | object | | Add annotations to resources on this release |
arbitrum‑nitro.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) |
arbitrum‑nitro.chartVersion | string | | Specify a specific chart version to use for this release |
arbitrum‑nitro.labels | object | | Adds helmfile labels to this release |
arbitrum‑nitro.mergeValues | boolean | true | Merges passed values with namespace's defaults if true, overrides if false |
arbitrum‑nitro.values | (object *or* list of objects) | | Pass values to the release helm chart |
flavor | string | | |
kubeVersion | string | | Specifies the kubernetes API version, useful in helm templating environment |
labels | object | | Adds labels to releases on this namespace |
proxyd | object | | |
proxyd.mergeValues | boolean | true | |
proxyd.values | (object *or* list of objects) | | |
proxyd.annotations | object | | Add annotations to resources on this release |
proxyd.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) |
proxyd.chartVersion | string | | Specify a specific chart version to use for this release |
proxyd.labels | object | | Adds helmfile labels to this release |
proxyd.mergeValues | boolean | true | Merges passed values with namespace's defaults if true, overrides if false |
proxyd.values | (object *or* list of objects) | | Pass values to the release helm chart |
targetNamespace | string | arbitrum-mainnet | the default is arbitrum-(flavor) |
helmDefaults | object | | |
helmDefaults.args | list of strings | | |
Expand Down
16 changes: 12 additions & 4 deletions avalanche/README.md
Expand Up @@ -108,14 +108,22 @@ helmfiles:
| :--- | :---: | :--- | :--- |
annotations | object | | Add annotations to releases on this namespace |
avalanche | object | | |
avalanche.mergeValues | boolean | true | |
avalanche.values | (object *or* list of objects) | | |
avalanche.annotations | object | | Add annotations to resources on this release |
avalanche.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) |
avalanche.chartVersion | string | | Specify a specific chart version to use for this release |
avalanche.labels | object | | Adds helmfile labels to this release |
avalanche.mergeValues | boolean | true | Merges passed values with namespace's defaults if true, overrides if false |
avalanche.values | (object *or* list of objects) | | Pass values to the release helm chart |
flavor | string | | suitable defaults for a mainnet archive node |
kubeVersion | string | | Specifies the kubernetes API version, useful in helm templating environment |
labels | object | | Adds labels to releases on this namespace |
proxyd | object | | |
proxyd.mergeValues | boolean | true | |
proxyd.values | (object *or* list of objects) | | |
proxyd.annotations | object | | Add annotations to resources on this release |
proxyd.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) |
proxyd.chartVersion | string | | Specify a specific chart version to use for this release |
proxyd.labels | object | | Adds helmfile labels to this release |
proxyd.mergeValues | boolean | true | Merges passed values with namespace's defaults if true, overrides if false |
proxyd.values | (object *or* list of objects) | | Pass values to the release helm chart |
targetNamespace | string | avalanche-mainnet | the default is avalanche-<flavor> |
helmDefaults | object | | |
helmDefaults.args | list of strings | | |
Expand Down
16 changes: 12 additions & 4 deletions celo/README.md
Expand Up @@ -108,14 +108,22 @@ helmfiles:
| :--- | :---: | :--- | :--- |
annotations | object | | Add annotations to releases on this namespace |
celo | object | | |
celo.mergeValues | boolean | true | |
celo.values | (object *or* list of objects) | | |
celo.annotations | object | | Add annotations to resources on this release |
celo.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) |
celo.chartVersion | string | | Specify a specific chart version to use for this release |
celo.labels | object | | Adds helmfile labels to this release |
celo.mergeValues | boolean | true | Merges passed values with namespace's defaults if true, overrides if false |
celo.values | (object *or* list of objects) | | Pass values to the release helm chart |
flavor | string | | suitable defaults for a mainnet archive node |
kubeVersion | string | | Specifies the kubernetes API version, useful in helm templating environment |
labels | object | | Adds labels to releases on this namespace |
proxyd | object | | |
proxyd.mergeValues | boolean | true | |
proxyd.values | (object *or* list of objects) | | |
proxyd.annotations | object | | Add annotations to resources on this release |
proxyd.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) |
proxyd.chartVersion | string | | Specify a specific chart version to use for this release |
proxyd.labels | object | | Adds helmfile labels to this release |
proxyd.mergeValues | boolean | true | Merges passed values with namespace's defaults if true, overrides if false |
proxyd.values | (object *or* list of objects) | | Pass values to the release helm chart |
targetNamespace | string | celo-mainnet | the default is celo-<flavor> |
helmDefaults | object | | |
helmDefaults.args | list of strings | | |
Expand Down
24 changes: 18 additions & 6 deletions ethereum/README.md
Expand Up @@ -110,18 +110,30 @@ helmfiles:
| :--- | :---: | :--- | :--- |
annotations | object | | Add annotations to releases on this namespace |
erigon | object | | |
erigon.mergeValues | boolean | true | |
erigon.values | (object *or* list of objects) | | |
erigon.annotations | object | | Add annotations to resources on this release |
erigon.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) |
erigon.chartVersion | string | | Specify a specific chart version to use for this release |
erigon.labels | object | | Adds helmfile labels to this release |
erigon.mergeValues | boolean | true | Merges passed values with namespace's defaults if true, overrides if false |
erigon.values | (object *or* list of objects) | | Pass values to the release helm chart |
features | list of strings | [nimbus, proxyd] | *enum of:&nbsp;&nbsp;(nimbus \| proxyd)* |
flavor | string | | |
kubeVersion | string | | Specifies the kubernetes API version, useful in helm templating environment |
labels | object | | Adds labels to releases on this namespace |
nimbus | object | | |
nimbus.mergeValues | boolean | true | |
nimbus.values | (object *or* list of objects) | | |
nimbus.annotations | object | | Add annotations to resources on this release |
nimbus.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) |
nimbus.chartVersion | string | | Specify a specific chart version to use for this release |
nimbus.labels | object | | Adds helmfile labels to this release |
nimbus.mergeValues | boolean | true | Merges passed values with namespace's defaults if true, overrides if false |
nimbus.values | (object *or* list of objects) | | Pass values to the release helm chart |
proxyd | object | | |
proxyd.mergeValues | boolean | true | |
proxyd.values | (object *or* list of objects) | | |
proxyd.annotations | object | | Add annotations to resources on this release |
proxyd.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) |
proxyd.chartVersion | string | | Specify a specific chart version to use for this release |
proxyd.labels | object | | Adds helmfile labels to this release |
proxyd.mergeValues | boolean | true | Merges passed values with namespace's defaults if true, overrides if false |
proxyd.values | (object *or* list of objects) | | Pass values to the release helm chart |
targetNamespace | string | eth-mainnet | the default is eth-<flavor> |
helmDefaults | object | | |
helmDefaults.args | list of strings | | |
Expand Down
24 changes: 18 additions & 6 deletions gnosis/README.md
Expand Up @@ -113,14 +113,26 @@ flavor | string | | suitable defaults for a mainnet archive node |
kubeVersion | string | | Specifies the kubernetes API version, useful in helm templating environment |
labels | object | | Adds labels to releases on this namespace |
nethermind | object | | |
nethermind.mergeValues | boolean | true | |
nethermind.values | (object *or* list of objects) | | |
nethermind.annotations | object | | Add annotations to resources on this release |
nethermind.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) |
nethermind.chartVersion | string | | Specify a specific chart version to use for this release |
nethermind.labels | object | | Adds helmfile labels to this release |
nethermind.mergeValues | boolean | true | Merges passed values with namespace's defaults if true, overrides if false |
nethermind.values | (object *or* list of objects) | | Pass values to the release helm chart |
nimbus | object | | |
nimbus.mergeValues | boolean | true | |
nimbus.values | (object *or* list of objects) | | |
nimbus.annotations | object | | Add annotations to resources on this release |
nimbus.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) |
nimbus.chartVersion | string | | Specify a specific chart version to use for this release |
nimbus.labels | object | | Adds helmfile labels to this release |
nimbus.mergeValues | boolean | true | Merges passed values with namespace's defaults if true, overrides if false |
nimbus.values | (object *or* list of objects) | | Pass values to the release helm chart |
proxyd | object | | |
proxyd.mergeValues | boolean | true | |
proxyd.values | (object *or* list of objects) | | |
proxyd.annotations | object | | Add annotations to resources on this release |
proxyd.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) |
proxyd.chartVersion | string | | Specify a specific chart version to use for this release |
proxyd.labels | object | | Adds helmfile labels to this release |
proxyd.mergeValues | boolean | true | Merges passed values with namespace's defaults if true, overrides if false |
proxyd.values | (object *or* list of objects) | | Pass values to the release helm chart |
targetNamespace | string | gnosis-mainnet | the default is gnosis-<flavor> |
helmDefaults | object | | |
helmDefaults.args | list of strings | | |
Expand Down
40 changes: 30 additions & 10 deletions graph/README.md
Expand Up @@ -116,20 +116,40 @@ helmfiles:
annotations | object | | Add annotations to releases on this namespace |
flavor | string | | |
graph&#8209;database | object | | |
graph&#8209;database.mergeValues | boolean | true | |
graph&#8209;database.values | (object *or* list of objects) | | |
graph&#8209;database.annotations | object | | Add annotations to resources on this release |
graph&#8209;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&#8209;database.chartVersion | string | | Specify a specific chart version to use for this release |
graph&#8209;database.labels | object | | Adds helmfile labels to this release |
graph&#8209;database.mergeValues | boolean | true | Merges passed values with namespace's defaults if true, overrides if false |
graph&#8209;database.values | (object *or* list of objects) | | Pass values to the release helm chart |
graph&#8209;network&#8209;indexer | object | | |
graph&#8209;network&#8209;indexer.mergeValues | boolean | true | |
graph&#8209;network&#8209;indexer.values | (object *or* list of objects) | | |
graph&#8209;network&#8209;indexer.annotations | object | | Add annotations to resources on this release |
graph&#8209;network&#8209;indexer.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&#8209;network&#8209;indexer.chartVersion | string | | Specify a specific chart version to use for this release |
graph&#8209;network&#8209;indexer.labels | object | | Adds helmfile labels to this release |
graph&#8209;network&#8209;indexer.mergeValues | boolean | true | Merges passed values with namespace's defaults if true, overrides if false |
graph&#8209;network&#8209;indexer.values | (object *or* list of objects) | | Pass values to the release helm chart |
graph&#8209;node | object | | |
graph&#8209;node.mergeValues | boolean | true | |
graph&#8209;node.values | (object *or* list of objects) | | |
graph&#8209;node.annotations | object | | Add annotations to resources on this release |
graph&#8209;node.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&#8209;node.chartVersion | string | | Specify a specific chart version to use for this release |
graph&#8209;node.labels | object | | Adds helmfile labels to this release |
graph&#8209;node.mergeValues | boolean | true | Merges passed values with namespace's defaults if true, overrides if false |
graph&#8209;node.values | (object *or* list of objects) | | Pass values to the release helm chart |
graph&#8209;operator&#8209;mnemonic | object | | |
graph&#8209;operator&#8209;mnemonic.mergeValues | boolean | true | |
graph&#8209;operator&#8209;mnemonic.values | (object *or* list of objects) | | |
graph&#8209;operator&#8209;mnemonic.annotations | object | | Add annotations to resources on this release |
graph&#8209;operator&#8209;mnemonic.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&#8209;operator&#8209;mnemonic.chartVersion | string | | Specify a specific chart version to use for this release |
graph&#8209;operator&#8209;mnemonic.labels | object | | Adds helmfile labels to this release |
graph&#8209;operator&#8209;mnemonic.mergeValues | boolean | true | Merges passed values with namespace's defaults if true, overrides if false |
graph&#8209;operator&#8209;mnemonic.values | (object *or* list of objects) | | Pass values to the release helm chart |
graph&#8209;toolbox | object | | |
graph&#8209;toolbox.mergeValues | boolean | true | |
graph&#8209;toolbox.values | (object *or* list of objects) | | |
graph&#8209;toolbox.annotations | object | | Add annotations to resources on this release |
graph&#8209;toolbox.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&#8209;toolbox.chartVersion | string | | Specify a specific chart version to use for this release |
graph&#8209;toolbox.labels | object | | Adds helmfile labels to this release |
graph&#8209;toolbox.mergeValues | boolean | true | Merges passed values with namespace's defaults if true, overrides if false |
graph&#8209;toolbox.values | (object *or* list of objects) | | Pass values to the release helm chart |
kubeVersion | string | | Specifies the kubernetes API version, useful in helm templating environment |
labels | object | | Adds labels to releases on this namespace |
targetNamespace | string | graph-mainnet | the default is graph-<flavor> |
Expand Down

0 comments on commit e27633c

Please sign in to comment.