Skip to content

Commit 60d4f31

Browse files
committed
Update alpine Docker tag to v3.15.0
1 parent d5a8a97 commit 60d4f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/envoy/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ initContainer:
33
# initContainer.image.repository -- initContainer image repository
44
repository: alpine
55
# initContainer.image.tag -- initContainer image tag
6-
tag: 3.12.4
6+
tag: 3.15.0
77
# initContainer.image.pullPolicy -- initContainer image pull policy
88
pullPolicy: IfNotPresent
99
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

Comments
 (0)