Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node chart v4 : values revamp #161

Merged
merged 26 commits into from
Oct 5, 2022
Merged

Node chart v4 : values revamp #161

merged 26 commits into from
Oct 5, 2022

Conversation

PierreBesson
Copy link
Contributor

@PierreBesson PierreBesson commented Sep 15, 2022

This is a big node chart values revamp which introduces a lot of breaking changes.

Close: #142

fix #142
breaking changes:
*  node.pruning -> node.chainData.pruning
*  node.database -> node.chainData.database
* node.collator.isParachain -> node.isParachain
* node.collator.relayChain -> node.collatorRelayChain.chain
* node.collator.relayChainCustomChainspecPath -> node.collatorRelayChain.customChainspecPath
* node.collator.relayChainCustomChainspecUrl -> node.collatorRelayChain.customChainspecUrl
* node.collator.relayChainData.* -> node.collatorRelayChain.chainData.*
* node.collator.relayChainPruning -> node.collatorRelayChain.chainData.pruning
* node.collator.relayChainDatabase -> node.collatorRelayChain.chainData.database
* node.collator.relayChainKeystore.* -> node.collatorRelayChain.chainKeystore.*
* node.collator.relayChainPrometheus.* -> node.collatorRelayChain.prometheus.*
* node.collator.relayChainFlags -> node.collatorRelayChain.flags
…he node key in /keystore instead of /chain-data
…ags-revamp

� Conflicts:
�	charts/node/Chart.yaml
�	charts/node/templates/statefulset.yaml
charts/node/README.md Outdated Show resolved Hide resolved
charts/node/README.md Outdated Show resolved Hide resolved
charts/node/README.md Outdated Show resolved Hide resolved
charts/node/README.md Outdated Show resolved Hide resolved
charts/node/README.md Outdated Show resolved Hide resolved
charts/node/templates/_helpers.tpl Outdated Show resolved Hide resolved
charts/node/templates/statefulset.yaml Outdated Show resolved Hide resolved
charts/node/templates/statefulset.yaml Show resolved Hide resolved
charts/node/templates/statefulset.yaml Outdated Show resolved Hide resolved
charts/node/templates/statefulset.yaml Outdated Show resolved Hide resolved
@PierreBesson PierreBesson merged commit 8aff3cc into main Oct 5, 2022
@PierreBesson PierreBesson deleted the node-flags-revamp branch October 5, 2022 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Revamp node flags settings using charts values
4 participants