eclipse-tractusx / ssi-dim-wallet-stub

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

Helm Chart Fails to Deploy ssi-dim-wallet-stub Due to Missing managed-identity-wallet:0.0.1 Image #19

Open CDiezRodriguez opened 4 hours ago

CDiezRodriguez commented 4 hours ago

Describe the bug

The Helm Chart doesn't deploy the Wallet Stub. When I execute the Helm command, the Minikube dashboard shows the error: manifest for tractusx/managed-identity-wallet:0.0.1 not found.

To Reproduce

Steps to reproduce the behavior:

  1. Run
    helm repo add tractusx-dev https://eclipse-tractusx.github.io/charts/dev
    helm repo update
    kubectl create namespace wallet
    helm install ssi-dim-wallet-stub tractusx-dev/ssi-dim-wallet-stub

Expected behavior

The ssi-dim-wallet-stub pod should be running in Kubernetes.

Screenshots/Error Messages

image

Context Informations

Add any other context about the probleme here.

Possible Implementation

The deployment works locally when the image is replaced with the locally generated one. A possible solution is to upload the ssi-dim-wallet-stub image to the TractusX repository and set it as the default image, instead of managed-identity-wallet.

nitin-vavdiya commented 4 hours ago

Thanks for reporting.

We already have a docker image on dockerhub: https://hub.docker.com/r/tractusx/ssi-dim-wallet-stub/tags

Values are wrong in the values.yaml file. I will push it with the correct values