eclipse-tractusx / portal

Portal - Helm charts
Apache License 2.0
7 stars 7 forks source link

Portal DEV environment is not deploying #244

Closed oyo closed 3 months ago

oyo commented 3 months ago

Current Behavior

Recent merges to the portal frontend finished creating images successfully but were not deployed on ArgoCD. It shows an error and manual sync didn't work, too.

Expected Behavior

After a new docker image is pushed Argo should deploy it automatically within a few minutes.

Steps To Reproduce

See error message here: https://argo.dev.demo.catena-x.net/applications/portal?view=tree&resource=&conditions=false

evegufy commented 3 months ago

@oyo I analysed and I think the sync is failing due to missing secrets. It's due to the following PR https://github.com/eclipse-tractusx/portal/pull/227 where the following Issues weren't maintained in the vault:

Phil91 commented 3 months ago

@oyo the issue is fixed, I did also check on dev. Could you please double check and close the issue if everything looks fine for you?

/cc @evegufy

oyo commented 3 months ago

thanks - looks good now