open-cluster-management-io / clusteradm

command line tool to bootstrap open-cluster-management control plane.
Apache License 2.0
80 stars 63 forks source link

Pin multicloud-operators-subscription version to latest release #145

Open TomerFi opened 2 years ago

TomerFi commented 2 years ago

Hello

Currently, the latest tag of the multicloud-operators-subscription image fails, https://github.com/open-cluster-management-io/multicloud-operators-subscription/issues/106.

clusteradm uses the latest tag to create the application manager addon, so this effectively broke clusteradm as well.

Pinning the version to the latest release v0.6.0, as done in this fork, works.

Based on this ci workflow, the latest tag is being pushed as a development version, and it doesn't reflect the "latest release". Unless this changes and latest tag will reference the "latest release", it will probably be a good idea to pin the multicloud-operators-subscription to the actual current latest release, v0.6.0.

mikeshng commented 2 years ago

/assign mikeshng