eclipse-tractusx / ssi-dim-wallet-stub

Stub application for DIM Wallet
Apache License 2.0
4 stars 1 forks source link

Resource Not Appearing in Repo #7

Open CDiezRodriguez opened 6 days ago

CDiezRodriguez commented 6 days ago

Describe the bug

When attempting to install the ssi-dim-wallet-stub directly from the Helm chart repository, the response indicates that the chart does not exist.

To Reproduce

  1. Add the Helm repository:
    helm repo add tractusx-dev https://eclipse-tractusx.github.io/charts/dev
  2. Attempt to install the ssi-dim-wallet-stub Helm chart:
    helm install ssi-dim-wallet-stub tractusx-dev/ssi-dim-wallet-stub
  3. The following error message appears:
    Error: INSTALLATION FAILED: chart "ssi-dim-wallet-stub" matching  not found in tractusx-dev index. (try 'helm repo update'): no chart name found
  4. Update the Helm repository:
    helm repo update
  5. Search for the expected Helm Chart:
    helm search repo tractusx-dev

Expected Behavior

The Helm chart for ssi-dim-wallet-stub should be successfully found and installed without errors.

Actual Behavior

The installation fails, and Helm reports that the chart does not exist in the repository.

Screenshots/Error Messages

Captura desde 2024-09-11 10-37-28

Context Informations

nitin-vavdiya commented 6 days ago

Thanks for rising this issue. Helm chart is not pushed yet to tractusx-dev repository.