Skip to content

Commit

Permalink
Improved PodTooOld message
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianeicher committed Jul 12, 2024
1 parent f951fbf commit 4998b5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/generic-service/templates/alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ spec:
> {{ .Values.alerting.pod.maxAgeSeconds | int }}
labels: {{- include "generic-service.alert-labels" . | nindent 12 }} warning
topic: updates
annotations: {{- include "generic-service.alert-annotations" . | nindent 12 }} Pods too old
description: 'The Pod {{"{{ $labels.pod }}"}} has not been updated for {{"{{ humanizeDuration $value }}"}}.'
annotations: {{- include "generic-service.alert-annotations" . | nindent 12 }} too old
description: '{{"{{ $labels.pod }}"}} has not been updated for {{"{{ humanizeDuration $value }}"}}. Consider building and deploying a new version to get the latest security updates in your dependencies.'
{{- end }}


Expand Down

0 comments on commit 4998b5b

Please sign in to comment.