zipkin-helm
zipkin-helm copied to clipboard
No matches for kind "Deployment" in version "extensions/v1beta1
helm install -f my-cassandra-config.yaml https://financial-times.github.io/zipkin-helm/docs/zipkin-helm-0.1.1.tgz
Error: validation failed: unable to recognize "": no matches for kind "Deployment" in version "extensions/v1beta1"
Looks like extensions/v1beta1 got deprecated, and there is a missing selector on the Deployment chart.
Changes needed:
From apiVerson: extensions/v1beta1 To: apiVersion: apps/v1
Related: https://github.com/helm/charts/issues/17408