We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea740e commit 1f254beCopy full SHA for 1f254be
1 file changed
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.17.0
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