Change Operator version to `to fix memory.limit_in_bytes: device or resource busy`
Issue is that the upgrade for docker to fix CVE-2019-5736 has required that runC be loaded into memory: lxc/lxc@6400238.
The data is about 12Mi in size, so it's too big to work with the 10Mi containers that Prometheus Operator creates for the configuration reloader side-cars.
Fixed in newer Versions of Prometheus Operators therefore changing versions.
References:
https://github.com/helm/charts/issues/11447https://github.com/coreos/prometheus-operator/pull/2403