Skip to content

Commit

Permalink
Add annotation for config link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Whyeasy committed Mar 8, 2021
1 parent c17dae4 commit 124931a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/prometheus-statuspage-pusher/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: prometheus-statuspage-pusher
description: A helm chart to deploy [prometheus-statuspage-pusher](https://github.com/Whyeasy/prometheus-statuspage-pusher).
type: application
version: 0.1.0
version: 0.1.1
appVersion: 0.1.1
2 changes: 1 addition & 1 deletion charts/prometheus-statuspage-pusher/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# prometheus-statuspage-pusher

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.1](https://img.shields.io/badge/AppVersion-0.1.1-informational?style=flat-square)
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.1](https://img.shields.io/badge/AppVersion-0.1.1-informational?style=flat-square)

A helm chart to deploy [prometheus-statuspage-pusher](https://github.com/Whyeasy/prometheus-statuspage-pusher).

Expand Down
2 changes: 2 additions & 0 deletions charts/prometheus-statuspage-pusher/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ spec:
metadata:
labels:
{{- include "prometheus-statuspage-pusher.selectorLabels" . | nindent 8 }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down

0 comments on commit 124931a

Please sign in to comment.