Merge pull request #1384 from aiyengar2/bump_nginx_image

Bump nginx image
pull/1385/head
Arvind Iyengar 2021-07-30 09:56:21 -07:00 committed by GitHub
commit 11d6d0cd87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -1264,7 +1264,7 @@ grafana:
proxy:
image:
repository: rancher/mirrored-library-nginx
tag: 1.21.0-alpine
tag: 1.21.1-alpine
## Enable an Specify container in extraContainers. This is meant to allow adding an authentication proxy to a grafana pod
extraContainers: |
@ -2948,7 +2948,7 @@ prometheus:
proxy:
image:
repository: rancher/mirrored-library-nginx
tag: 1.21.0-alpine
tag: 1.21.1-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

View File

@ -666,7 +666,7 @@
+ proxy:
+ image:
+ repository: rancher/mirrored-library-nginx
+ tag: 1.21.0-alpine
+ tag: 1.21.1-alpine
+
+ ## Enable an Specify container in extraContainers. This is meant to allow adding an authentication proxy to a grafana pod
+ extraContainers: |
@ -942,7 +942,7 @@
+ proxy:
+ image:
+ repository: rancher/mirrored-library-nginx
+ tag: 1.21.0-alpine
+ tag: 1.21.1-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