From cf569513fad00be8af6d788ce5130364420cf516 Mon Sep 17 00:00:00 2001 From: Jiaqi Luo <6218999+jiaqiluo@users.noreply.github.com> Date: Tue, 25 May 2021 11:40:36 -0700 Subject: [PATCH] (dev-v2.6-archive) Merge pull request #1230 from jiaqiluo/update-monitoring-image-dev-v2.6 [dev-v2.6]update the image rancher/mirrored-library-nginx (partially cherry picked from commit ef298fe102c474eca6037f230ec2fe0a92cb6e2c) --- .../generated-changes/patch/values.yaml.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/rancher-monitoring/generated-changes/patch/values.yaml.patch b/packages/rancher-monitoring/generated-changes/patch/values.yaml.patch index d5964fc41..f7b7a16da 100644 --- a/packages/rancher-monitoring/generated-changes/patch/values.yaml.patch +++ b/packages/rancher-monitoring/generated-changes/patch/values.yaml.patch @@ -573,7 +573,7 @@ + proxy: + image: + repository: rancher/mirrored-library-nginx -+ tag: 1.19.2-alpine ++ tag: 1.19.9-alpine + + ## Enable an Specify container in extraContainers. This is meant to allow adding an authentication proxy to a grafana pod + extraContainers: | @@ -864,7 +864,7 @@ + proxy: + image: + repository: rancher/mirrored-library-nginx -+ tag: 1.19.2-alpine ++ tag: 1.19.9-alpine + ## Containers allows injecting additional containers. This is meant to allow adding an authentication proxy to a Prometheus pod. ## if using proxy extraContainer update targetPort with proxy container port