diff --git a/stable/envoy/Chart.yaml b/stable/envoy/Chart.yaml index 5101d80651..13a280acf4 100755 --- a/stable/envoy/Chart.yaml +++ b/stable/envoy/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Envoy is an open source edge and service proxy, designed for cloud-native applications. name: envoy -version: 1.9.0 +version: 1.9.1 appVersion: 1.11.2 keywords: - envoy diff --git a/stable/envoy/templates/deployment.yaml b/stable/envoy/templates/deployment.yaml index 7334ce0b2a..b1f92b761a 100644 --- a/stable/envoy/templates/deployment.yaml +++ b/stable/envoy/templates/deployment.yaml @@ -89,7 +89,7 @@ spec: mountPath: {{ $value.mountPath }} {{- end }} lifecycle: - {{ toYaml .Values.lifecyle | nindent 12 }} + {{ toYaml .Values.lifecycle | nindent 12 }} {{- if .Values.sidecarContainersTemplate }} {{ tpl .Values.sidecarContainersTemplate $ | nindent 8 }}