kubectl-fzf icon indicating copy to clipboard operation
kubectl-fzf copied to clipboard

Bring helm chart up to date, mandate specifying contextName with helm

Open tyzbit opened this issue 3 years ago • 0 comments

  • You must specify contextName when installing with helm
  • Add missing apiVersion in chart.yaml
  • remove clusterIP which conflicts if a helm upgrade is performed
  • Set tag to 3.0.0 which I assume will be built when this is released

tyzbit avatar Jan 29 '22 21:01 tyzbit

Hey, thanks for the PR. I had to rewrite a lot of kubectl-fzf and some parts were simplified, notably:

  • We don't need to set the context name anymore
  • There's no more need for a k8s service I've also added the missing apiVersion

bonnefoa avatar Sep 04 '22 07:09 bonnefoa