fix(kps): crds to 51.10.0

This commit is contained in:
JJGadgets
2023-10-27 22:02:51 +08:00
parent 4affb50fcd
commit 41b3276f29
2 changed files with 9 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ spec:
url: https://github.com/prometheus-community/helm-charts.git
ref:
# renovate: registryUrl=https://prometheus-community.github.io/helm-charts chart=kube-prometheus-stack
tag: kube-prometheus-stack-36.0.2
tag: kube-prometheus-stack-51.10.0
ignore: |
# exclude all
/*

View File

@@ -184,3 +184,11 @@ spec:
enabled: false
testFramework:
enabled: false
topologySpreadConstraints:
- maxSkew: 1
topologyKey: "kubernetes.io/hostname"
whenUnsatisfiable: DoNotSchedule
labelSelector:
matchLabels:
app.kubernetes.io/instance: "grafana"
app.kubernetes.io/name: "grafana"