[stable/envoy] Fix typo for envoy (#23258)

* Fix typo

Signed-off-by: Shunki Fujiwara <shunki-fujiwara@freee.co.jp>

* Bump minor version

Signed-off-by: Shunki Fujiwara <shunki-fujiwara@freee.co.jp>
This commit is contained in:
renjikari
2020-07-20 18:39:14 -07:00
committed by GitHub
parent c40486ab2e
commit 740cede039
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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 }}