-
Hey guys & @tomkerkhove, I'm trying to upgrade my promitor resource discovery installation using your helm chart. It is currently running 0.8.0 without any issues, but I am having some trouble upgrading: After fetching the latest chart and running helm upgrade, I'm stuck in a crashloop because of a permission denied error message:
I am using the exact same credentials for 0.8.0 and 0.9.0 - so I am a bit confused as to why this should cause any problems. I've checked the release notes and I dont see any mention of any breaking changes in the upgrade. I have rolled back to 0.8.0 for the time being so nothing urgent. Any advice on how to move forward or how to avoid this issue? FYI: I upgraded promitor-agent-scraper from 2.8.0 to 2.9.0 the same way without any issues, so whatever the problem is, it seems to be isolated to the resource discovery chart. Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Interesting, it looks like it is not allowed to expose the endpoint. Do you mind sharing how you are deploying it through Helm in terms of configuration? |
Beta Was this translation helpful? Give feedback.
Never mind this - I managed to fix this myself. It was a configuration error all along. I was using my values file from 0.8.0 and there seems to have been something missing from it. I'm not exactly sure what solved it - but when I updated the values to contain all the default values - it works.