Ray Elenteny
Results
3
comments of
Ray Elenteny
Update on this. I was able to work through the issue using a different approach. Rather than importing the values, I referenced the sub-chart values directly. Initially, this caused a...
+1 Just saw the same issue.
Got around it by specifying the previous MongoDB image in the values yaml file I use when starting Monocular: ``` mongodb: image: tag: 3.6.6-debian-9-r36 ``` So far, looks to be...