influxdata / tick-charts

A repository for Helm Charts for the full TICK Stack
Apache License 2.0
90 stars 72 forks source link

fail to install chronograf: nightly using helm #55

Closed bnayae closed 5 years ago

bnayae commented 6 years ago

I'm trying to install the nightly build of chronograf via Helm using the following command: helm install --name dash --namespace tick ./chronograf/ --set image.tag=nighty or helm install --name dash --namespace tick ./chronograf/ --set image.tag=nightly --set image.name=quay.io/influxdb/chronograf

but I got it in error state (ErrImagePull).

I was manage to install influxdb:nightly via this command: helm install --name data --namespace tick ./influxdb/ --set image.tag=nightly

bnayae commented 6 years ago

solved: