vmware-archive / helm-crd

Experimental CRD controller for managing Helm releases
Apache License 2.0
100 stars 13 forks source link

Upgrades tiller version to 2.9.0 #24

Closed jasongwartz closed 6 years ago

jasongwartz commented 6 years ago

We've recently upgraded our tiller version to 2.9 to support some helm charts which are only compatible with >= 2.8.x, and has been working pretty well so far.

Globegitter commented 6 years ago

@anguslees Any chance of getting this reviewed? We would like to depend on the latest master again.

jasongwartz commented 6 years ago

@anguslees thanks for taking a look! I updated the tiller.jsonnet with the helm init -o json from helm 2.9.1, and you were right - it has removed the automountServiceAccountToken field.