This message was deleted.
# general
a
This message was deleted.
c
… this was working previously? “latest” and “stable” are different repos, “latest” is not a valid version to be installed.
--version needs to target a specific version of the chart to install, you can’t just say “latest” like an image tag
e
Correct, so this install was done fresh and I simply utilized the rancher-stable release branch, for whatever reason that particular job is looking to something else. Not really sure why.
c
either don’t set the version if you want the latest, or target a valid version.
e
When I installed fresh I did specify a version. Command utilized was the following:
Copy code
helm install rancher rancher-stable/rancher --namespace cattle-system --create-namespace --set hostname=<http://rancher.labtst.com|rancher.labtst.com> --set bootstrapPassword=blah --version 2.8.5
c
in the HelmChart manifest
e
This was also happening when I didn't specify a version
c
ok but now you’re using a HelmChart manifest to upgrade it, and you specified “latest” as the version?
what does the HelmChart resource look like that you are deploying
e
Ah you know what now that you phrase it like that I believe I know the issue may be. Originally I kicked off rke2 with the official ansible script. Could be that I included a bad manifest with it. I wasn't updating the helmchart at all originally. Just installed it and that was erroring off the bat, though everything installed. 2 seconds here, I'm going to check if that ansible script laid a bad egg somewhere.
c
I’m not aware of any “official” ansible scripts that include rancher with rke2. What specifically are you using?
e
They don't this was just for rke2 as that's what I'm installing rancher on
c
Ah. Rancher Federal is a separate company staffed entirely by US nationals with security clearance. It’s not something we at suse manage or are directly involved in.
e
Yeah that's no worries
I think you helped me rubber duck myself though. In that playbook you can add in manifests so you can cook in helm charts as it deploys, I added in ranchers chart in there and I think that's causing the bad call there.
Gunna wipe it out and do it fresh again and take a peek at it
Yeah that was the problem, thanks for the assist there