Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion apps/operators/kube-prometheus-stack.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
---
component: monitoring
sources:
- repoURL: https://prometheus-community.github.io/helm-charts
chart: prometheus-operator-crds
targetRevision: 24.0.2
helm:
releaseName: prometheus-operator-crds
- repoURL: https://prometheus-community.github.io/helm-charts
chart: kube-prometheus-stack
targetRevision: 62.6.0
targetRevision: 79.5.0
helm:
releaseName: kube-prometheus-stack
valueFiles:
Expand All @@ -13,3 +18,4 @@ sources:
- ref: understack
path: 'operators/monitoring'
- ref: deploy
path: '{{.name}}/manifests/monitoring'
Loading