Skip to content

Commit

Permalink
Upgrade Jaeger to v1.16.0 (#6810)
Browse files Browse the repository at this point in the history
  • Loading branch information
Suleyman Akbas committed Jan 10, 2020
1 parent 63105ca commit 384b493
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions resources/jaeger/templates/deployment.yaml
Expand Up @@ -41,6 +41,8 @@ spec:
value: {{ .Values.jaeger.persistence.keyPath | quote }}
- name: BADGER_EPHEMERAL
value: {{ .Values.jaeger.persistence.ephemeral | quote }}
- name: BADGER_TRUNCATE
value: {{ .Values.jaeger.persistence.truncate | quote }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
name: {{ .Chart.Name }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
Expand Down
3 changes: 2 additions & 1 deletion resources/jaeger/values.yaml
Expand Up @@ -12,7 +12,7 @@ replicaCount: 1

image:
repository: jaegertracing/all-in-one
tag: 1.13.1
tag: 1.16.0
pullPolicy: IfNotPresent

service:
Expand All @@ -35,6 +35,7 @@ jaeger:
dataPath: /badger/data
keyPath: /badger/key
ephemeral: false
truncate: true
accessModes:
- ReadWriteOnce
size: 1Gi
Expand Down

0 comments on commit 384b493

Please sign in to comment.