This message was deleted.
# fleet
a
This message was deleted.
q
Hi @mammoth-postman-10874 . Helm chars are available on GitHub. Example (from https://github.com/rancher/fleet):
Copy code
helm -n cattle-fleet-system install --create-namespace --wait \
    fleet-crd <https://github.com/rancher/fleet/releases/download/v0.6.0/fleet-crd-0.6.0.tgz>
helm -n cattle-fleet-system install --create-namespace --wait \
    fleet <https://github.com/rancher/fleet/releases/download/v0.6.0/fleet-0.6.0.tgz>
Is that what you are looking for?
m
Hi @quick-sandwich-76600 I’m looking for a repository. Not a chart.
q
You may use the repo that Rancher itself uses to deploy Fleet.
Copy code
juan@suselua  ~/Desktop  helm repo add ranchercharts <https://charts.rancher.io>
"ranchercharts" has been added to your repositories
 juan@suselua  ~/Desktop  helm search repo fleet
NAME                     	CHART VERSION  	APP VERSION	DESCRIPTION
ranchercharts/fleet      	102.0.0+up0.6.0	0.6.0      	Fleet Manager - GitOps at Scale
ranchercharts/fleet-agent	102.0.0+up0.6.0	0.6.0      	Fleet Manager Agent - GitOps at Scale
ranchercharts/fleet-crd  	102.0.0+up0.6.0	0.6.0      	Fleet Manager CustomResourceDefinitions
m
@quick-sandwich-76600 thanks, that what I was looking for.
👍 1