mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* [stable/dex] Add pod annotations Added the ability to configure your own pod annotations to the deployment of dex. An example: ``` yaml podAnnotations: prometheus.io/path: "/metrics" prometheus.io/port: "5558" prometheus.io/scrape: "true" ``` Signed-off-by: Rick Haan <rickhaan94@gmail.com> * [stable/dex] Bump minor chart version My pull request adds functionality in a backwards-compatible manner. This means a bump in the minor version of the chart. Signed-off-by: Rick Haan <rickhaan94@gmail.com>