Closed quemilk closed 4 months ago
This happens when there is a mismatch between the helm chart version and the docker image version. These two versions must match exactly.
When installing the helm chart, only specify the --version ...
flag to set the helm chart version, which pulls the matching docker image version automatically.
Using --set version=...
, which overrides the docker image version from the helm chart, is not supported and will lead to various problems.