[stable/nginx-ingress] Remove checksum/config from DaemonSet template (#10458)

* [stable/nginx-ingress] Remove checksum/config from DaemonSet template

The DaemonSet template still has a checksum/config annotation to trigger a rollout of the Ingress Controllers after a config change. Recreating the controllers after a configmap change is not necessary, and this annotation was already removed from the Deployment template in https://github.com/helm/charts/pull/5199.

Signed-off-by: Robin Ketelbuters <robin.ketelbuters@gmail.com>

* [stable/nginx-ingress] Bump version

Signed-off-by: Robin Ketelbuters <robin.ketelbuters@gmail.com>

* Bump version

Signed-off-by: Robin Ketelbuters <robin.ketelbuters@gmail.com>
This commit is contained in:
Robin Ketelbuters
2019-01-10 04:55:55 -08:00
committed by Kubernetes Prow Robot
parent 3601ad643d
commit 291078f425
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: nginx-ingress
version: 1.1.3
version: 1.1.4
appVersion: 0.21.0
home: https://github.com/kubernetes/ingress-nginx
description: An nginx Ingress controller that uses ConfigMap to store the nginx configuration.
@@ -17,7 +17,6 @@ spec:
template:
metadata:
annotations:
checksum/config: {{ include (print $.Template.BasePath "/controller-configmap.yaml") . | sha256sum }}
{{- range $key, $value := .Values.controller.podAnnotations }}
{{ $key }}: {{ $value | quote }}
{{- end }}