Automatically Roll Deployments (#22525)

Automatically Roll Deployments on configmap and secret changes

Signed-off-by: Patrick Desnoyers <18215385+PatxD@users.noreply.github.com>
This commit is contained in:
PatxD
2020-05-29 00:27:15 -07:00
committed by GitHub
parent f1b588f02e
commit d5544146d0
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "0.8.0"
description: The Mercure hub allows to push data updates using the Mercure protocol to web browsers and other HTTP clients in a convenient, fast, reliable and battery-efficient way
name: mercure
version: 3.0.0
version: 3.0.1
keywords:
- mercure
- hub
+3
View File
@@ -15,6 +15,9 @@ spec:
labels:
app.kubernetes.io/name: {{ include "mercure.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets: