2023-07-20 23:54:38 +00:00
|
|
|
--- charts-original/templates/registry-adapter.yaml
|
|
|
|
+++ charts/templates/registry-adapter.yaml
|
2023-10-19 01:30:00 +00:00
|
|
|
@@ -77,7 +77,7 @@
|
2023-07-20 23:54:38 +00:00
|
|
|
{{- 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:
|