From 6e9b501065ee888003f50182ef129ab253fdb46b Mon Sep 17 00:00:00 2001 From: whitefirer Date: Wed, 22 Jun 2022 01:01:57 +0800 Subject: [PATCH] Update README.md add the way to update the global proxy image. --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index acce487..e11042e 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,25 @@ spec: affinity: *affinity ``` +# Config sidecar inject +```yaml +values: |- # find those keys below + { + "global": { + ... + "hub": "ghcr.io/resf/istio", + ... + "proxy": { + ... + "image": "proxyv2", # there are two images + "tag": "1.14.1", # ensure the tag in the hub + ... + }, + ... + ... + } +``` + # Notice * *all images tag version without `v` prefix* like official did