Skip to content

Commit

Permalink
Merge pull request #22 from evilmartians/0.5.1-infrastructure-alerts
Browse files Browse the repository at this point in the history
Fix configReloaders and kubeProxy names
  • Loading branch information
deponian authored Jul 21, 2022
2 parents 9527a2d + 42e0cab commit aab75d3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions charts/infrastructure-alerts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.5.1 (21.07.2022)
- Fix configReloaders and kubeProxy names

# 0.5.0 (20.07.2022)
- Synchronize rules with kube-prometheus-stack version 37.2.0

Expand Down
2 changes: 1 addition & 1 deletion charts/infrastructure-alerts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
name: infrastructure-alerts
description: A Helm chart with tuned PrometheusRules from kube-prometheus-stack chart
appVersion: "37.2.0" # kube-prometheus-stack version
version: 0.5.0
version: 0.5.1
maintainers:
- name: Ilya Cherepanov
email: [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule
metadata:
name: {{ printf "%s-%s" (include "infrastructure-alerts.fullname" .) "configReloaders.rules" | trunc 63 | trimSuffix "-" }}
name: {{ printf "%s-%s" (include "infrastructure-alerts.fullname" .) "config-reloaders" | trunc 63 | trimSuffix "-" }}
namespace: {{ template "infrastructure-alerts.namespace" . }}
labels:
app: {{ template "infrastructure-alerts.name" . }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule
metadata:
name: {{ printf "%s-%s" (include "infrastructure-alerts.fullname" .) "kubeProxy.rules" | trunc 63 | trimSuffix "-" }}
name: {{ printf "%s-%s" (include "infrastructure-alerts.fullname" .) "kubernetes-system-kube-proxy" | trunc 63 | trimSuffix "-" }}
namespace: {{ template "infrastructure-alerts.namespace" . }}
labels:
app: {{ template "infrastructure-alerts.name" . }}
Expand Down

0 comments on commit aab75d3

Please sign in to comment.