diff --git a/applications/templates/kube-prometheus-stack.yaml b/applications/templates/kube-prometheus-stack.yaml index fc81576..7dc3a7b 100644 --- a/applications/templates/kube-prometheus-stack.yaml +++ b/applications/templates/kube-prometheus-stack.yaml @@ -1,28 +1,21 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: ceph - labels: - pod-security.kubernetes.io/enforce: privileged ---- apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: kube-prometheus-stack - namespace: monitoring + namespace: argocd spec: project: default destination: server: {{ .Values.spec.destination.server }} - namespace: ceph + namespace: monitoring syncPolicy: automated: prune: true selfHeal: true source: - chart: rook-ceph - repoURL: https://charts.rook.io/release - targetRevision: 1.17.1 + chart: kube-prometheus-stack + repoURL: https://prometheus-community.github.io/helm-charts + targetRevision: 71.2.0 helm: valuesObject: crds: