Skip to content

Commit

Permalink
fix: fixed Tika image
Browse files Browse the repository at this point in the history
Signed-off-by: fastlorenzo <[email protected]>
  • Loading branch information
fastlorenzo committed Jun 28, 2024
1 parent 5628675 commit 2689d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailu/templates/tika/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
{{- end }}
containers:
- name: tika
image: {{ .Values.clamav.image.registry }}/{{ .Values.clamav.image.repository }}:{{ .Values.clamav.image.tag }}
image: {{ .Values.tika.image.registry }}/{{ .Values.tika.image.repository }}:{{ .Values.tika.image.tag }}
imagePullPolicy: {{ .Values.tika.image.pullPolicy }}
{{- if .Values.tika.containerSecurityContext.enabled }}
securityContext: {{- omit .Values.tika.containerSecurityContext "enabled" | toYaml | nindent 12 }}
Expand Down

0 comments on commit 2689d8c

Please sign in to comment.