Skip to content

Commit bd43064

Browse files
chore(deps): update alpine docker tag to v3.18.5
1 parent 7d65478 commit bd43064

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
@@ -4,7 +4,7 @@ initContainer:
44
# initContainer.image.repository -- initContainer image repository
55
repository: alpine
66
# initContainer.image.tag -- initContainer image tag
7-
tag: 3.12.4
7+
tag: 3.18.5
88
# initContainer.image.pullPolicy -- initContainer image pull policy
99
pullPolicy: IfNotPresent
1010
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)