Skip to content

Commit

Permalink
[kube-prometheus-stack] Add service account annotations (prometheus-c…
Browse files Browse the repository at this point in the history
…ommunity#759)

* [kube-prometheus-stack] Add "annotations" for prometheus.serviceAccount

".Values.prometheus.serviceAccount.annotations" is used in /charts/kube-prometheus-stack/templates/prometheus/serviceaccount.yaml#L10 but not mentioned in values.yaml

Signed-off-by: Sven Schliesing <[email protected]>

* [kube-prometheus-stack] Bump chart version

Signed-off-by: Sven Schliesing <[email protected]>

Co-authored-by: Bismarck Paliz <[email protected]>
  • Loading branch information
muffl0n and Bismarck Paliz authored Apr 14, 2021
1 parent 018b388 commit 2c952e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: kube-prometheus-stack
sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
version: 14.7.1
version: 14.7.2
appVersion: 0.46.0
kubeVersion: ">=1.16.0-0"
home: https://github.com/prometheus-operator/kube-prometheus
Expand Down
1 change: 1 addition & 0 deletions charts/kube-prometheus-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1535,6 +1535,7 @@ prometheus:
serviceAccount:
create: true
name: ""
annotations: {}

# Service for thanos service discovery on sidecar
# Enable this can make Thanos Query can use
Expand Down

0 comments on commit 2c952e0

Please sign in to comment.