Skip to content

Commit

Permalink
bump chart version & fixed chart alerts 500s
Browse files Browse the repository at this point in the history
  • Loading branch information
Danylo Pilovets committed Aug 27, 2024
1 parent 905829b commit 56dc1b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/ingress-nginx-monitoring/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: ingress-nginx-monitoring
description: Monitor nginx ingress controller
type: application
version: 1.2.6
appVersion: 1.2.6
version: 1.2.7
appVersion: 1.2.7
icon: https://raw.githubusercontent.com/SomeBlackMagic/helm-charts/master/charts/ingress-nginx-monitoring/nginx-prometheus-grafana.png
keywords:
- http
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ spec:
summary: {{`More than 5% of all requests returned {{$labels.status}}. Metadata -> { namespace="{{$labels.exported_namespace}}", ingress="{{$labels.ingress}}", method="{{$labels.method}}", path="{{$labels.path}})" } `}}
{{- end }}

{{- with $.Values.prometheus.rule.additionalAlerts }}
{{ . | nindent 6 }}
{{- if $.Values.prometheus.rule.additionalAlerts }}
{{- toYaml $.Values.prometheus.rule.additionalAlerts | nindent 4 }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 56dc1b5

Please sign in to comment.