helm install stable/sentry \
--version 4.3.0 \
--set images.sentry.tag=10.0.0
Not able to configure Sentry 10.0.0. Could you please help me with required changes and let me know why it is not working?
Because the --set
should only contain image.tag
as one can see from their values.yaml
file, additionally confirmed by looking at their web-deployment.yaml
which uses the same values expression