mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-11-01 18:37:52 +00:00
chore(monitoring): Update kube-prometheus-stack Helm chart to 57.2.1
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: kube-prometheus-stack
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: infrastructure
|
||||
source:
|
||||
chart: kube-prometheus-stack
|
||||
helm:
|
||||
values: |-
|
||||
prometheus-node-exporter:
|
||||
hostRootFsMount:
|
||||
enabled: false
|
||||
prometheusOperator:
|
||||
admissionWebhooks:
|
||||
failurePolicy: Ignore
|
||||
repoURL: https://prometheus-community.github.io/helm-charts
|
||||
targetRevision: 44.3.0
|
||||
destination:
|
||||
name: in-cluster
|
||||
namespace: monitoring
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
||||
prune: true
|
||||
syncOptions:
|
||||
- ServerSideApply=true
|
||||
- CreateNamespace=true
|
||||
@@ -9,7 +9,7 @@ resources:
|
||||
helmCharts:
|
||||
- name: kube-prometheus-stack
|
||||
repo: https://prometheus-community.github.io/helm-charts
|
||||
version: 44.3.0
|
||||
version: 57.2.1
|
||||
releaseName: kube-prometheus-stack
|
||||
namespace: monitoring
|
||||
valuesInline:
|
||||
|
||||
Reference in New Issue
Block a user