epics-containers / edge-containers-cli

command line shortcuts for epics containers developers
Apache License 2.0
3 stars 1 forks source link

Dirty helm repos #126

Closed marcelldls closed 2 months ago

marcelldls commented 2 months ago

I have had some strange behavior. Even though I have set the ioc image image: ghcr.io/epics-containers/ioc-adsimdetector-runtime:2024.4.1 I have an IOC (bl01c-ea-test-04) that fails upon a deploy-local with Back-off pulling image "ghcr.io/epics-containers/ioc-adsimdetector-linux-runtime:2024.2.1". This is the wrong image

What I tried:

What actually worked:

Investigating why:

To avoid such unexpected behavior - Is it possible to clean up the helm artifacts after each deploy-local (unless in debug?)

gilesknap commented 2 months ago

I believe this is a duplicate of #114 and that your git clean removed the *.tgz as I suggest in that issue.

This never happens with deploy as it is always a fresh clone being used. But with deploy-local those pesky tgzs and associated lockfiles are the culprit (I think)

marcelldls commented 2 months ago

@gilesknap I believe you are correct. Remembered it being only about ec template but it seems to be the same root cause. Closing