Helm charts for 8.0 CR6 missing in hclcr.io

Hi all,

I tried to update Component Pack for Connections 8 from CR4 to CR6 and recognized that there a no Helm charts from this year in Harbor:

I suspect they were deleted somehow. ;) When will the Helm charts be restored?

Regards
Marius

Hey Marius,

I can't see them in the GUI, too.

Just try getting them via command line, that should work as documented.

Best regards,

Milan

Guys, have a look at Jan CR5 release by sabrina-yee · Pull Request #328 · HCL-TECH-SOFTWARE/connections-automation · GitHub

Thank you @Christoph Stoettner ! I found the latest Helm charts. But that means this documentation is wrong / outdated:
https://opensource.hcltechsw.com/connections-doc/v8-cr6/admin/install/cp_install_services_tasks.html

If you do a:

helm show all v-connections-helm/infrastructure --devel | grep "^version:"
You get:
0.1.0-20231006-050011

That's the outdated Helm Chart from the charts view in HCL Harbor.

Yes, you can open an issue or a pull request at https://github.com/HCL-TECH-SOFTWARE/connections-doc

The ansible roles have the right commands:
https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/d135841f579833b946b0ac8bd5fbfaf6eaf64cad/roles/hcl/component-pack-harbor/tasks/setup_infrastructure.yml#L2-L3\

helm show all oci://hclcr.io/cnx/infrastructure --devel | grep -oP '^version:\\s*\\K[^ ]+'