Not able to configure sentry 10.0.0 even i have changed the image tag in values.yaml

7/19/2020
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?

-- Vishnuvardhan N
kubernetes
kubernetes-helm
sentry

1 Answer

7/19/2020

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

-- mdaniel
Source: StackOverflow