mirror of https://git.rancher.io/charts
parent
aab61c998f
commit
0402151bdd
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -692,7 +692,7 @@
|
|||
+ proxy:
|
||||
+ image:
|
||||
+ 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
|
||||
+ extraContainers: |
|
||||
|
@ -968,7 +968,7 @@
|
|||
+ proxy:
|
||||
+ image:
|
||||
+ 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.
|
||||
## if using proxy extraContainer update targetPort with proxy container port
|
||||
|
|
|
@ -17,8 +17,8 @@ spec:
|
|||
spec:
|
||||
serviceAccountName: {{ .Chart.Name }}-manager
|
||||
securityContext:
|
||||
runAsNonRoot: true
|
||||
runAsUser: 1000
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
initContainers:
|
||||
- name: set-preserve-unknown-fields-false
|
||||
image: {{ template "system_default_registry" . }}{{ .Values.image.repository }}:{{ .Values.image.tag }}
|
||||
|
@ -93,8 +93,8 @@ spec:
|
|||
spec:
|
||||
serviceAccountName: {{ .Chart.Name }}-manager
|
||||
securityContext:
|
||||
runAsNonRoot: true
|
||||
runAsUser: 1000
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
initContainers:
|
||||
- name: remove-finalizers
|
||||
image: {{ template "system_default_registry" . }}{{ .Values.image.repository }}:{{ .Values.image.tag }}
|
||||
|
|
|
@ -53,7 +53,7 @@ spec:
|
|||
hostIPC: false
|
||||
hostPID: false
|
||||
runAsUser:
|
||||
rule: 'MustRunAsNonRoot'
|
||||
rule: 'RunAsAny'
|
||||
seLinux:
|
||||
rule: 'RunAsAny'
|
||||
supplementalGroups:
|
||||
|
|
|
@ -7,5 +7,5 @@ global:
|
|||
systemDefaultRegistry: ""
|
||||
|
||||
image:
|
||||
repository: rancher/rancher-agent
|
||||
tag: v2.5.7
|
||||
repository: rancher/shell
|
||||
tag: v0.1.8
|
||||
|
|
Loading…
Reference in New Issue