Skip to content

Commit

Permalink
Merge pull request #1674 from SchutteJan/eventtail-image-override-values
Browse files Browse the repository at this point in the history
helm: allow eventtailer image override through chart
  • Loading branch information
pepov authored Feb 27, 2024
2 parents 723bba6 + f3c10e2 commit bf88984
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion charts/logging-operator/templates/logging_eventtailer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,9 @@ spec:
containerOverrides:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .image }}
image:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}
5 changes: 5 additions & 0 deletions charts/logging-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,11 @@ logging:
# -- EventTailer config
eventTailer: {}
# name: sample
# image:
# repository: "ghcr.io/kube-logging/eventrouter"
# tag: "0.4.0"
# pullPolicy: IfNotPresent
# imagePullSecrets: []
# pvc:
# accessModes:
# - ReadWriteOnce
Expand Down

0 comments on commit bf88984

Please sign in to comment.