mirror of https://git.rancher.io/charts
24 lines
1.1 KiB
Diff
24 lines
1.1 KiB
Diff
--- charts-original/templates/scanner-deployment.yaml
|
|
+++ charts/templates/scanner-deployment.yaml
|
|
@@ -51,19 +51,7 @@
|
|
{{- end }}
|
|
containers:
|
|
- name: neuvector-scanner-pod
|
|
- {{- if eq .Values.registry "registry.neuvector.com" }}
|
|
- {{- if .Values.oem }}
|
|
- image: "{{ .Values.registry }}/{{ .Values.oem }}/scanner:{{ .Values.cve.scanner.image.tag }}"
|
|
- {{- else }}
|
|
- image: "{{ .Values.registry }}/scanner:{{ .Values.cve.scanner.image.tag }}"
|
|
- {{- end }}
|
|
- {{- else }}
|
|
- {{- if .Values.cve.scanner.image.hash }}
|
|
- image: "{{ .Values.registry }}/{{ .Values.cve.scanner.image.repository }}@{{ .Values.cve.scanner.image.hash }}"
|
|
- {{- else }}
|
|
- image: "{{ .Values.registry }}/{{ .Values.cve.scanner.image.repository }}:{{ .Values.cve.scanner.image.tag }}"
|
|
- {{- end }}
|
|
- {{- end }}
|
|
+ image: {{ template "system_default_registry" . }}{{ .Values.cve.scanner.image.repository }}:{{ .Values.cve.scanner.image.tag }}
|
|
imagePullPolicy: Always
|
|
env:
|
|
- name: CLUSTER_JOIN_ADDR
|