Getting the following on our drone pipeline when t...
# fleet
j
Getting the following on our drone pipeline when trying to deploy fleet on Kubernetes. We have tried
chart:fleet/fleet
and
chart:fleet
Any ideas as to why the helm chart is not being found?
Copy code
2023/01/27 12:11:44 No v3 Release of fleet found
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /root/.kube/config
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /root/.kube/config
"fleet" has been added to your repositories
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /root/.kube/config
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /root/.kube/config
Error: could not find fleet: stat fleet: no such file or directory
while executing *run.DepUpdate step: exit status 1
z
Do you need to provide the repo location as in https://github.com/fleetdm/fleet/tree/main/charts/fleet#4-deploy-fleet?
Is this
drone-helm
some custom tooling?
j
Yeah its a ci tool we use to deploy to our kubernetes clusters
r
@John Healy are you still having trouble with this? Based upon what I am seeing above, I think @zwass had the right idea by recommending to specify the repo location, but I would be happy to assist further if you need.
j
Think we are good now. Thanks for following up.