mirror of https://git.rancher.io/charts
12 lines
632 B
Diff
12 lines
632 B
Diff
--- charts-original/templates/registry-adapter.yaml
|
|
+++ charts/templates/registry-adapter.yaml
|
|
@@ -72,7 +72,7 @@
|
|
{{- if .Values.cve.adapter.image.hash }}
|
|
image: "{{ .Values.registry }}/{{ .Values.cve.adapter.image.repository }}@{{ .Values.cve.adapter.image.hash }}"
|
|
{{- else }}
|
|
- image: "{{ .Values.registry }}/{{ .Values.cve.adapter.image.repository }}:{{ .Values.cve.adapter.image.tag }}"
|
|
+ image: {{ template "system_default_registry" . }}{{ .Values.cve.adapter.image.repository }}:{{ .Values.cve.adapter.image.tag }}
|
|
{{- end }}
|
|
{{- end }}
|
|
env:
|