mirror of
https://github.com/nold360/hive-apps
synced 2024-11-15 18:19:34 +00:00
fix(grafana): sync kube-prometheus-stack & CRDs
This commit is contained in:
parent
32ba7fd196
commit
b9bf53c4b0
2 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ apps:
|
|||
- name: kube-prometheus-crds
|
||||
repoURL: https://github.com/prometheus-community/helm-charts.git
|
||||
path: charts/kube-prometheus-stack/crds/
|
||||
targetRevision: kube-prometheus-stack-42.3.0
|
||||
targetRevision: kube-prometheus-stack-45.0.0
|
||||
directory:
|
||||
recurse: true
|
||||
syncPolicy:
|
||||
|
|
|
@ -660,10 +660,10 @@ grafana:
|
|||
persistence:
|
||||
enabled: true
|
||||
type: pvc
|
||||
storageClassName: default
|
||||
storageClassName: local-path
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
size: 4Gi
|
||||
size: 10Gi
|
||||
finalizers:
|
||||
- kubernetes.io/pvc-protection
|
||||
|
||||
|
|
Loading…
Reference in a new issue