Skip to content

Commit

Permalink
feat: jaegertracing#452 support initContainers
Browse files Browse the repository at this point in the history
Signed-off-by: Pier <53210578+pie-r@users.noreply.github.com>
  • Loading branch information
pie-r committed Mar 6, 2023
1 parent 8ac9c8a commit d7195e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/jaeger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 1.39.0
description: A Jaeger Helm chart for Kubernetes
name: jaeger
type: application
version: 0.67.6
version: 0.68.0
# CronJobs require v1.21
kubeVersion: '>= 1.21-0'
keywords:
Expand Down
3 changes: 3 additions & 0 deletions charts/jaeger/templates/collector-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
initContainers:
{{- toYaml .Values.collector.initContainers | nindent 8 }}
{{- end}}
containers:
- name: {{ template "jaeger.collector.name" . }}
securityContext:
Expand Down
1 change: 1 addition & 0 deletions charts/jaeger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ collector:
# -- ServiceMonitor metric relabel configs to apply to samples before ingestion
# https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#endpoint
metricRelabelings: []
initContainers: []

query:
enabled: true
Expand Down

0 comments on commit d7195e2

Please sign in to comment.