2022-03-14 15:21:40 +00:00
|
|
|
--- charts-original/templates/cilium-preflight/daemonset.yaml
|
|
|
|
+++ charts/templates/cilium-preflight/daemonset.yaml
|
|
|
|
@@ -28,14 +28,14 @@
|
|
|
|
{{- end }}
|
|
|
|
initContainers:
|
|
|
|
- name: clean-cilium-state
|
|
|
|
- image: {{ include "cilium.image" .Values.preflight.image | quote }}
|
|
|
|
+ image: "{{ template "system_default_registry" . }}{{ include "cilium.image" .Values.preflight.image | quote }}"
|
|
|
|
imagePullPolicy: {{ .Values.preflight.image.pullPolicy }}
|
|
|
|
command: ["/bin/echo"]
|
|
|
|
args:
|
|
|
|
- "hello"
|
|
|
|
containers:
|
|
|
|
- name: cilium-pre-flight-check
|
|
|
|
- image: {{ include "cilium.image" .Values.preflight.image | quote }}
|
|
|
|
+ image: "{{ template "system_default_registry" . }}{{ include "cilium.image" .Values.preflight.image | quote }}"
|
|
|
|
imagePullPolicy: {{ .Values.preflight.image.pullPolicy }}
|
|
|
|
command: ["/bin/sh"]
|
|
|
|
args:
|
2022-07-26 15:23:25 +00:00
|
|
|
@@ -82,7 +82,7 @@
|
2022-03-14 15:21:40 +00:00
|
|
|
{{- end }}
|
|
|
|
{{- if ne .Values.preflight.tofqdnsPreCache "" }}
|
|
|
|
- name: cilium-pre-flight-fqdn-precache
|
|
|
|
- image: {{ include "cilium.image" .Values.preflight.image | quote }}
|
|
|
|
+ image: "{{ template "system_default_registry" . }}{{ include "cilium.image" .Values.preflight.image | quote }}"
|
|
|
|
imagePullPolicy: {{ .Values.preflight.image.pullPolicy }}
|
|
|
|
name: cilium-pre-flight-fqdn-precache
|
|
|
|
command: ["/bin/sh"]
|