adamant-kite-43734
08/09/2024, 10:14 AMstrong-action-64019
08/09/2024, 10:16 AM% helm repo list --output json | jq '.[] | select(.name | startswith("rancher-"))'
{
"name": "rancher-stable",
"url": "<https://releases.rancher.com/server-charts/stable>"
}
{
"name": "rancher-charts",
"url": "<https://charts.rancher.io/>"
}
{
"name": "rancher-latest",
"url": "<https://releases.rancher.com/server-charts/latest>"
}
% helm repo update
Latest stable lists v2.8.5:
% helm search repo rancher-stable
NAME CHART VERSION APP VERSION DESCRIPTION
rancher-stable/rancher 2.8.5 v2.8.5 Install Rancher Server to manage Kubernetes clu...
While the latest repo lists v2.9.0 and v2.8.5. The v2.8.6 is not even showing up.
% helm search repo rancher-latest -l | head -3
NAME CHART VERSION APP VERSION DESCRIPTION
rancher-latest/rancher 2.9.0 v2.9.0 Install Rancher Server to manage Kubernetes clu...
rancher-latest/rancher 2.8.5 v2.8.5 Install Rancher Server to manage Kubernetes clu...
strong-action-64019
08/09/2024, 10:18 AMstocky-account-63046
08/09/2024, 10:21 AMstrong-action-64019
08/09/2024, 10:25 AMnumerous-midnight-16903
08/09/2024, 10:29 AMnumerous-midnight-16903
08/09/2024, 10:30 AMstocky-account-63046
08/09/2024, 10:34 AMstrong-action-64019
08/09/2024, 10:57 AMstrong-action-64019
08/09/2024, 11:02 AMstocky-account-63046
08/09/2024, 2:27 PM