(dev-v2.6-archive) Bump nginx image

(partially cherry picked from commit 4b88995876)
pull/1680/head
Arvind Iyengar 2021-06-28 19:47:43 -07:00
parent aab61c998f
commit 0402151bdd
No known key found for this signature in database
GPG Key ID: A8DD9BFD6C811498
6 changed files with 11 additions and 11 deletions

View File

@ -1,2 +1,2 @@
url: https://github.com/rancher/eks-operator/releases/download/v1.1.1-rc5/rancher-eks-operator-crd-1.1.1-rc5.tgz url: https://github.com/rancher/eks-operator/releases/download/v1.1.1-rc4/rancher-eks-operator-crd-1.1.1-rc4.tgz
version: 100.0.0 version: 100.0.0

View File

@ -1,2 +1,2 @@
url: https://github.com/rancher/eks-operator/releases/download/v1.1.1-rc5/rancher-eks-operator-1.1.1-rc5.tgz url: https://github.com/rancher/eks-operator/releases/download/v1.1.1-rc4/rancher-eks-operator-1.1.1-rc4.tgz
version: 100.0.0 version: 100.0.0

View File

@ -692,7 +692,7 @@
+ proxy: + proxy:
+ image: + image:
+ repository: rancher/mirrored-library-nginx + repository: rancher/mirrored-library-nginx
+ tag: 1.19.9-alpine + tag: 1.21.0-alpine
+ +
+ ## Enable an Specify container in extraContainers. This is meant to allow adding an authentication proxy to a grafana pod + ## Enable an Specify container in extraContainers. This is meant to allow adding an authentication proxy to a grafana pod
+ extraContainers: | + extraContainers: |
@ -968,7 +968,7 @@
+ proxy: + proxy:
+ image: + image:
+ repository: rancher/mirrored-library-nginx + repository: rancher/mirrored-library-nginx
+ tag: 1.19.9-alpine + tag: 1.21.0-alpine
+ +
## Containers allows injecting additional containers. This is meant to allow adding an authentication proxy to a Prometheus pod. ## 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 ## if using proxy extraContainer update targetPort with proxy container port

View File

@ -17,8 +17,8 @@ spec:
spec: spec:
serviceAccountName: {{ .Chart.Name }}-manager serviceAccountName: {{ .Chart.Name }}-manager
securityContext: securityContext:
runAsNonRoot: true runAsNonRoot: false
runAsUser: 1000 runAsUser: 0
initContainers: initContainers:
- name: set-preserve-unknown-fields-false - name: set-preserve-unknown-fields-false
image: {{ template "system_default_registry" . }}{{ .Values.image.repository }}:{{ .Values.image.tag }} image: {{ template "system_default_registry" . }}{{ .Values.image.repository }}:{{ .Values.image.tag }}
@ -93,8 +93,8 @@ spec:
spec: spec:
serviceAccountName: {{ .Chart.Name }}-manager serviceAccountName: {{ .Chart.Name }}-manager
securityContext: securityContext:
runAsNonRoot: true runAsNonRoot: false
runAsUser: 1000 runAsUser: 0
initContainers: initContainers:
- name: remove-finalizers - name: remove-finalizers
image: {{ template "system_default_registry" . }}{{ .Values.image.repository }}:{{ .Values.image.tag }} image: {{ template "system_default_registry" . }}{{ .Values.image.repository }}:{{ .Values.image.tag }}

View File

@ -53,7 +53,7 @@ spec:
hostIPC: false hostIPC: false
hostPID: false hostPID: false
runAsUser: runAsUser:
rule: 'MustRunAsNonRoot' rule: 'RunAsAny'
seLinux: seLinux:
rule: 'RunAsAny' rule: 'RunAsAny'
supplementalGroups: supplementalGroups:

View File

@ -7,5 +7,5 @@ global:
systemDefaultRegistry: "" systemDefaultRegistry: ""
image: image:
repository: rancher/rancher-agent repository: rancher/shell
tag: v2.5.7 tag: v0.1.8