From 0982d5c8711564bb76366aee0360855a7a6a7ede Mon Sep 17 00:00:00 2001 From: Vegard Hagen Date: Sat, 6 Apr 2024 18:17:16 +0200 Subject: [PATCH] chore(monitoring): Update kube-prometheus-stack Helm chart to 57.2.1 --- infra/monitoring/kube-prometheus-stack.yaml | 31 --------------------- infra/monitoring/kustomization.yaml | 2 +- 2 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 infra/monitoring/kube-prometheus-stack.yaml diff --git a/infra/monitoring/kube-prometheus-stack.yaml b/infra/monitoring/kube-prometheus-stack.yaml deleted file mode 100644 index 3ef3cb3..0000000 --- a/infra/monitoring/kube-prometheus-stack.yaml +++ /dev/null @@ -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 diff --git a/infra/monitoring/kustomization.yaml b/infra/monitoring/kustomization.yaml index 80255d8..2706f3b 100644 --- a/infra/monitoring/kustomization.yaml +++ b/infra/monitoring/kustomization.yaml @@ -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: