We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d65478 commit a7e6bd7Copy full SHA for a7e6bd7
charts/envoy/values.yaml
@@ -4,7 +4,7 @@ initContainer:
4
# initContainer.image.repository -- initContainer image repository
5
repository: alpine
6
# initContainer.image.tag -- initContainer image tag
7
- tag: 3.12.4
+ tag: 3.20.2
8
# initContainer.image.pullPolicy -- initContainer image pull policy
9
pullPolicy: IfNotPresent
10
command: "apk add perl && cp /opt/envoy.yaml.tpl /config/envoy.yaml && perl -pi -e 's/ENV_([_A-Z0-9]+)_ENV/$ENV{$1}/g' /config/envoy.yaml"
0 commit comments