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
|
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
|
version: 100.0.0
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 }}
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -7,5 +7,5 @@ global:
|
||||||
systemDefaultRegistry: ""
|
systemDefaultRegistry: ""
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: rancher/rancher-agent
|
repository: rancher/shell
|
||||||
tag: v2.5.7
|
tag: v0.1.8
|
||||||
|
|
Loading…
Reference in New Issue