From 740cede039b45095086bd4a63f9bcae19c4f8052 Mon Sep 17 00:00:00 2001 From: renjikari Date: Tue, 21 Jul 2020 10:39:14 +0900 Subject: [PATCH] [stable/envoy] Fix typo for envoy (#23258) * Fix typo Signed-off-by: Shunki Fujiwara * Bump minor version Signed-off-by: Shunki Fujiwara --- stable/envoy/Chart.yaml | 2 +- stable/envoy/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}