https://rancher.com/ logo
Title
m

mammoth-postman-10874

04/12/2023, 10:23 AM
Is there a regular helm repo for fleet?
q

quick-sandwich-76600

04/12/2023, 9:36 PM
Hi @mammoth-postman-10874 . Helm chars are available on GitHub. Example (from https://github.com/rancher/fleet):
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

mammoth-postman-10874

04/12/2023, 10:01 PM
Hi @quick-sandwich-76600 I’m looking for a repository. Not a chart.
q

quick-sandwich-76600

04/13/2023, 8:04 PM
You may use the repo that Rancher itself uses to deploy Fleet.
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

mammoth-postman-10874

04/14/2023, 7:39 AM
@quick-sandwich-76600 thanks, that what I was looking for.
👍 1