helm-charts
helm-charts copied to clipboard
Parity & Polkadot Helm charts collection
Adds simplified examples for a quickstart consumption.
Adds an option to provide the `partition` parameter. This parameter is used to select the pods to apply the rolling upgrade to. More information on the parameter can be found...
If you start parachain node with `collatorExternalRelayChain`: ``` collatorExternalRelayChain: enabled: true relayChainRpcUrls: ["wss://example.com"] ``` It will show error: ``` 2025-01-02 10:31:34 [Parachain] Can't listen on /ip4/0.0.0.0/tcp/30334 because: Other(Custom { kind:...
Replacement for https://github.com/paritytech/helm-charts/issues/97. Create new charts for polkadot and polkadot parachain that will use the node helm-chart as dependency with defaults set such as docker image where the image tag...
As of https://github.com/paritytech/polkadot-stps/pull/70 the `sender` binary now supports running in parallel. This means the `sender` Pod does not need to be replicated, but can instead run in parallel. This way...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
This helps for common chains which don't have their name as chainPath: - kusama: `ksmcc3` - rococo: `rococo_v2_2` - westend: `westend2`
Create an umbrella chart that will package and configure the following monitoring helm-charts as dependencies: - ~prometheus: [kube-prometheus-stack](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack)~ (too complex and include too many things) - loki: [loki chart from...