Skip to content

Commit

Permalink
bugfix: Update PrometheusAlert version 1.2.1
Browse files Browse the repository at this point in the history
        Update NOTES.txt
  • Loading branch information
dellnoantechnp committed Mar 6, 2024
1 parent 687d3df commit e757e35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.2.0
version: 1.2.1
4 changes: 2 additions & 2 deletions charts/prometheusalert/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
4. how to use it:
Please visit https://github.com/feiyu563/PrometheusAlert to get help!

{{- if .Values.AlertmanagerConfig.enabled }}
{{ if .Values.AlertmanagerConfig.enabled -}}
5. Check AlertmanagerConfig resource:
kubectl get -n {{ include "AlertmanagerConfig.namespace" }} AlertmanagerConfig {{ template "prometheusalert.fullname" . }} -o yaml
kubectl get -n {{ include "AlertmanagerConfig.namespace" . }} AlertmanagerConfig {{ template "prometheusalert.fullname" . }} -o yaml
{{- end }}

0 comments on commit e757e35

Please sign in to comment.