Customer registry token was revoked got a new registry token based on the below article
https://knowledge.broadcom.com/external/article?articleId=421110
But aftre configured the new token on EKS environment customer getting Image Backoff error.
ImagePullBackOff (Back-off pulling image "registry.packages.broadcom.com/tanzu-dataflow/tanzu-dataflow-server:2.0.0": ErrImagePull: rpc error: code = NotFound desc = failed to pull and unpack image "registry.packages.broadcom.com/tanzu-dataflow/tanzu-dataflow-server:2.0.0": failed to resolve image: registry.packages.broadcom.com/tanzu-dataflow/tanzu-dataflow-server:2.0.0: not found)
ImagePullBackOff (Back-off pulling image "registry.packages.broadcom.com/tanzu-dataflow/tanzu-dataflow-server:2.0.1": ErrImagePull: rpc error: code = NotFound desc = failed to pull and unpack image "registry.packages.broadcom.com/tanzu-dataflow/tanzu-dataflow-server:2.0.1": failed to resolve image: registry.packages.broadcom.com/tanzu-dataflow/tanzu-dataflow-server:2.0.1: not found)
TDF 2.0
This is happen due to recent Artifactory enforcement changes. Currently, RnD teams are working on a solution to address this issue.
As workaround
They can download the Image and charts from the support.broadcom.com and import them to their registry.
After uploading the images to their own registry, during helm chart installation, they can point to their own registry for the images via global.dataflowImageRegistry option.