ethersphere / helm-charts

Helm charts to deploy Swarm and Geth
6 stars 4 forks source link

helm install swarm etheresphere/swarm gives an error #111

Open justinmchase opened 3 years ago

justinmchase commented 3 years ago
18:04:02:justin:~:master$ helm install swarm ethersphere/swarm
coalesce.go:200: warning: cannot overwrite table with non table for image (map[repository:kiwigrid/k8s-sidecar sha: tag:0.1.151])
coalesce.go:200: warning: cannot overwrite table with non table for image (map[repository:kiwigrid/k8s-sidecar sha: tag:0.1.151])
coalesce.go:200: warning: cannot overwrite table with non table for image (map[repository:kiwigrid/k8s-sidecar sha: tag:0.1.151])
Error: unable to build kubernetes objects from release manifest: error validating "": error validating data: [unknown object type "nil" in StatefulSet.spec.template.spec.containers[0].resources.limits.cpu, unknown object type "nil" in StatefulSet.spec.template.spec.containers[0].resources.requests.cpu]

info:

18:06:47:justin:~:master$ helm version
version.BuildInfo{Version:"v3.5.3", GitCommit:"041ce5a2c17a58be0fcd5f5e16fb3e7e95fea622", GitTreeState:"dirty", GoVersion:"go1.15.8"}
justinmchase commented 3 years ago

Looks like maybe it was fixed here but not published?

https://github.com/ethersphere/helm-charts/blame/master/swarm/values.yaml#L897

Also that this is 2 years old makes me question if its actually relevant anymore? Is there a more up to date helm chart?