AzulSystems / opthub-helm-charts

Helm repo
https://azulsystems.github.io/opthub-helm-charts/
MIT License
3 stars 0 forks source link

Startup failed on version of 1.9.1 and 1.9.2 #2

Closed quemilk closed 4 days ago

quemilk commented 1 month ago
image
vladykin commented 1 week 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.