Skip to content

Commit

Permalink
Bump up chart versions
Browse files Browse the repository at this point in the history
Signed-off-by: michal.gubricky <michal.gubricky@dnation.cloud>
  • Loading branch information
michal-gubricky committed Dec 3, 2024
1 parent 4f9a7bc commit 5fc402e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
12 changes: 6 additions & 6 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
apiVersion: v2
name: dnation-kubernetes-monitoring-stack
version: 3.6.2
appVersion: 2.7.0 # dnation-kubernetes-monitoring
appVersion: 2.7.1 # dnation-kubernetes-monitoring
description: An umbrella helm chart for Kubernetes monitoring based on kube-prometheus-stack, thanos, loki, promtail and dnation-kubernetes-monitoring
keywords:
- dnation
Expand All @@ -34,19 +34,19 @@ sources:
- https://github.com/dNationCloud/kubernetes-monitoring-stack
dependencies:
- name: kube-prometheus-stack
version: "53.0.*"
version: "59.1.*"
repository: https://prometheus-community.github.io/helm-charts
condition: kube-prometheus-stack.enabled
- name: thanos
version: "12.13.*"
version: "15.8.*"
repository: https://charts.bitnami.com/bitnami
condition: thanos.enabled
- name: loki
version: "6.6.*"
version: "6.20.*"
repository: https://grafana.github.io/helm-charts
condition: loki.enabled
- name: loki-distributed
version: "0.68.*"
version: "0.75.*"
repository: https://grafana.github.io/helm-charts
condition: loki-distributed.enabled
- name: promtail
Expand All @@ -62,7 +62,7 @@ dependencies:
repository: https://dnationcloud.github.io/helm-hub
condition: ssl-exporter.enabled
- name: prometheus-blackbox-exporter
version: "8.10.*"
version: "9.1.*"
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus-blackbox-exporter.enabled
icon: https://cdn.ifne.eu/public/icons/dnation_k8sm8g.png
Expand Down
4 changes: 4 additions & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ kube-prometheus-stack:
additionalRuleLabels:
alertgroup: Cluster

additionalRuleGroupLabels:
kubeApiserverAvailability:
alertgroup: null

## Deploy a Prometheus instance
##
prometheus:
Expand Down
2 changes: 2 additions & 0 deletions helpers/multicluster-config/observer-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ thanos:
queryFrontend:
enabled: true
query:
networkPolicy:
enabled: false
replicaLabel:
- prometheus_replica
dnsDiscovery:
Expand Down

0 comments on commit 5fc402e

Please sign in to comment.