mirror of https://git.rancher.io/rke2-charts
commit
e0be709ce5
|
@ -5,7 +5,7 @@
|
|||
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 }}"
|
||||
+ image: "{{ template "system_default_registry" . }}{{ include "cilium.image" .Values.preflight.image }}"
|
||||
imagePullPolicy: {{ .Values.preflight.image.pullPolicy }}
|
||||
command: ["/bin/echo"]
|
||||
args:
|
||||
|
@ -13,7 +13,7 @@
|
|||
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 }}"
|
||||
+ image: "{{ template "system_default_registry" . }}{{ include "cilium.image" .Values.preflight.image }}"
|
||||
imagePullPolicy: {{ .Values.preflight.image.pullPolicy }}
|
||||
command: ["/bin/sh"]
|
||||
args:
|
||||
|
@ -22,7 +22,7 @@
|
|||
{{- 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 }}"
|
||||
+ image: "{{ template "system_default_registry" . }}{{ include "cilium.image" .Values.preflight.image }}"
|
||||
imagePullPolicy: {{ .Values.preflight.image.pullPolicy }}
|
||||
name: cilium-pre-flight-fqdn-precache
|
||||
command: ["/bin/sh"]
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
url: https://helm.cilium.io/cilium-1.12.1.tgz
|
||||
packageVersion: 01
|
||||
packageVersion: 02
|
||||
|
|
Loading…
Reference in New Issue