~/Documents/gerrit/releng/local-charts$ git review -d 546317 Downloading refs/changes/17/546317/1 from gerrit Branch review/jeena_huneidi/546317 already exists - reusing Switched to branch "review/jeena_huneidi/546317" ~/Documents/gerrit/releng/local-charts$ make start minikube start 😄 minikube v1.5.0 on Darwin 10.15 🔥 Creating hyperkit VM (CPUs=2, Memory=2000MB, Disk=20000MB) ... 🐳 Preparing Kubernetes v1.16.2 on Docker 18.09.9 ... 🚜 Pulling images ... 🚀 Launching Kubernetes ... ⌛ Waiting for: apiserver proxy etcd scheduler controller dns 🏄 Done! kubectl is now configured to use "minikube" helm init --wait $HELM_HOME has been configured at /Users/z/.helm. Tiller (the Helm server-side component) has been installed into your Kubernetes Cluster. Please note: by default, Tiller is deployed with an insecure 'allow unauthenticated users' policy. To prevent this, run `helm init` with the --tiller-tls-verify flag. For more information on securing your installation see: https://docs.helm.sh/using_helm/#securing-your-helm-installation ./bin/sshfs_keygen.sh Generating public/private rsa key pair. Your identification has been saved in /home/docker/.ssh/id_rsa. Your public key has been saved in /home/docker/.ssh/id_rsa.pub. The key fingerprint is: SHA256:TCrEviSEqswU9T8CS304heNvXogdpDc4zw2zp0t6dtQ docker@minikube The key's randomart image is: +---[RSA 2048]----+ | . .. | | ...ooo. | |...o+==.. | |..ooo=+X | |....+.XoS . | |= o +.O.= E | |.o . o.= | | o= . | | .o.o | +----[SHA256]-----+ Saving key to authorized_keys file. ~/Documents/gerrit/releng/local-charts$ make deploy helm dependency update ./helm Hang tight while we grab the latest from your chart repositories... ...Unable to get an update from the "local" chart repository (http://127.0.0.1:8879/charts): Get http://127.0.0.1:8879/charts/index.yaml: dial tcp 127.0.0.1:8879: connect: connection refused ...Successfully got an update from the "wikimedia" chart repository ...Successfully got an update from the "stable" chart repository Update Complete. Saving 4 charts Downloading mariadb from repo https://kubernetes-charts.storage.googleapis.com/ Downloading mediawiki-dev from repo https://releases.wikimedia.org/charts/ Downloading parsoid from repo https://releases.wikimedia.org/charts/ Deleting outdated charts helm install --name "default" -f "values.yaml" --set mediawiki.main_app.xdebug.remoteHost=192.168.64.1 ./helm Error: validation failed: unable to recognize "": no matches for kind "Deployment" in version "apps/v1beta2" make: *** [deploy] Error 1