Skip to content

Commit

Permalink
feat: Update PrometheusAlert version 1.1.3
Browse files Browse the repository at this point in the history
      add checksum/config-sha pod annotation.
  • Loading branch information
dellnoantechnp committed Feb 21, 2024
1 parent 89f9765 commit f355dee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/prometheusalert/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ maintainers:
sources:
- https://github.com/feiyu563/PrometheusAlert
type: application
version: 1.1.2
version: 1.1.3
2 changes: 2 additions & 0 deletions charts/prometheusalert/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ spec:
labels:
app.kubernetes.io/name: {{ include "prometheusalert.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
annotations:
checksum/config-sha: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
spec:
{{- if .Values.global.imagePullSecrets }}
imagePullSecrets:
Expand Down

0 comments on commit f355dee

Please sign in to comment.