This release fixes a bug in the the Anchor Platform Helm Chart where the Stellar Observer deployment annotations were being read from the Sep Service deployment values. You can now assign Observer Deployment annotations using the following structure:
stellarObserver.deployment.annotations
for example:
stellarObserver:
enabled: true
deployment:
annotations:
prometheus.io/path: /actuator/prometheus
prometheus.io/port: "18083"
prometheus.io/scrape: "true"