Skip to content

Commit

Permalink
[kube-prometheus-stack] Fix Prometheus Operator pod cannot come up wh…
Browse files Browse the repository at this point in the history
…en admission hook is disabled

Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
  • Loading branch information
jkroepke committed Jul 28, 2024
1 parent 815d9f7 commit 27f9ded
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -23,7 +23,7 @@ name: kube-prometheus-stack
sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
version: 61.5.0
version: 61.5.1
appVersion: v0.75.2
kubeVersion: ">=1.19.0-0"
home: https://github.com/prometheus-operator/kube-prometheus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ prometheusOperator:
releaseNamespace: true
additional:
- kube-system
admissionWebhooks:
enabled: false

prometheus-node-exporter:
service:
Expand Down

0 comments on commit 27f9ded

Please sign in to comment.