mirror of https://git.rancher.io/charts
make charts
parent
4b88995876
commit
d290bb477c
Binary file not shown.
Binary file not shown.
|
@ -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
|
||||
|
|
|
@ -1283,7 +1283,7 @@ grafana:
|
|||
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: |
|
||||
|
@ -2967,7 +2967,7 @@ prometheus:
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue