mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
3601ad643d
commit
291078f425
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user