Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent 7d65478 commit a7e6bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/envoy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ initContainer:
# initContainer.image.repository -- initContainer image repository
repository: alpine
# initContainer.image.tag -- initContainer image tag
tag: 3.12.4
tag: 3.20.2
# initContainer.image.pullPolicy -- initContainer image pull policy
pullPolicy: IfNotPresent
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"
Expand Down

0 comments on commit a7e6bd7

Please sign in to comment.