mirror of
https://github.com/helm/charts.git
synced 2026-09-05 12:27:30 +00:00
* Allow 'EtcdCluster' CRD to be registered on Helm install This allows creating etcd cluster immediately on first run, not only on 2nd run like upgrade as it was before Signed-off-by: armab <dev@arma.biz> * Remove Readme note about limitation of 'cluster.enabled' use on install Signed-off-by: armab <dev@arma.biz> * Fix Tolerations to be a list Fix regression introduced in https://github.com/helm/charts/pull/16085 Signed-off-by: armab <dev@arma.biz> * Increment Chart version to 0.10.0 Signed-off-by: armab <dev@arma.biz> * Remove mention of TPR from the README as CRD is used now See https://coreos.com/blog/custom-resource-kubernetes-v17 Signed-off-by: armab <dev@arma.biz> * Add Readme example for resizing etcd cluster Signed-off-by: armab <dev@arma.biz> * Add Readme note about deploying 'etcd' cluster during install Signed-off-by: armab <dev@arma.biz> * Rely on crd-install Helm hook https://github.com/helm/helm/blob/master/docs/charts_hooks.md#defining-a-crd-with-the-crd-install-hook See ex from prometheus-operator: https://github.com/helm/charts/blob/c7f42545d734d06e7fc7ec7a5cac1e43cb21e26f/stable/prometheus-operator/templates/prometheus-operator/crd-prometheusrules.yaml#L15 Signed-off-by: armab <dev@arma.biz> * Trigger CI Signed-off-by: armab <dev@arma.biz>