TCA CNF upgrade fails with error code CNF130002
search cancel

TCA CNF upgrade fails with error code CNF130002

book

Article ID: 437996

calendar_today

Updated On:

Products

VMware Telco Cloud Automation

Issue/Introduction

CNF upgrade operation fails at the Helm instantiation stage. The TCA UI displays error code CNF130002.

Environment

TCA 3.2

Cause

The requested Helm chart versions are missing from the OCI-compliant Harbor repository, resulting in a HTTP 404 response when TCA attempts to pull the artifacts.

Resolution

  1. Log in to the jump server or any host with access to the helm chart source files and the harbor registry.
  2. Verify the existence of the chart in the Harbor UI or via CLI:
    helm pull oci://<REGISTRY_URL>/<CHART_NAME> --version <VERSION>
  3. If the pull fails with a 404, locate the chart .tgz files on the local filesystem.
  4. Push the missing charts to the Harbor repository:
    helm push <CHART_NAME>-<VERSION>.tgz oci://<REDACTED_REGISTRY_URL>/<PROJECT>
  5. In the TCA UI, navigate to the failed deployment and select Retry.