diff --git a/charts/base-cluster/templates/tetragon/tetragon.yaml b/charts/base-cluster/templates/tetragon/tetragon.yaml index 1f01ff5a8f..2fea41ff94 100644 --- a/charts/base-cluster/templates/tetragon/tetragon.yaml +++ b/charts/base-cluster/templates/tetragon/tetragon.yaml @@ -18,12 +18,12 @@ spec: namespace: monitoring {{- end }} values: - {{- if .Values.global.imageRegistry }} export: + {{- if .Values.global.imageRegistry }} stdout: image: - repository: {{ .Values.global.imageRegistry }} - {{- end }} + repository: {{ printf "%s/cilium/hubble-export-stdout" .Values.global.imageRegistry }} + {{- end }} securityContext: capabilities: drop: @@ -35,7 +35,7 @@ spec: tetragon: {{- if .Values.global.imageRegistry }} image: - repository: {{ .Values.global.imageRegistry }} + repository: {{ printf "%s/cilium/tetragon" .Values.global.imageRegistry }} {{- end }} enableProcessCred: true enableProcessNs: true