[incubator/jaeger] update images from 0.6 to 0.8 (#2379)

This commit is contained in:
Alexander Golonzovsky
2017-10-06 16:42:24 +02:00
committed by Reinhard Nägele
parent 82d50bfae6
commit 35f5ae3996
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: 0.6.0
appVersion: 0.8.0
description: A Jaeger Helm chart for Kubernetes
name: jaeger
version: 0.1.0
version: 0.1.1
keywords:
- jaeger
- opentracing
+4 -4
View File
@@ -26,14 +26,14 @@ cassandra:
schema:
annotations: {}
image: jaegertracing/jaeger-cassandra-schema
tag: 0.6
tag: 0.8
pullPolicy: IfNotPresent
# Acceptable values are test and prod. Default is for production use.
mode: prod
agent:
annotations: {}
image: jaegertracing/jaeger-agent
tag: 0.6
tag: 0.8
pullPolicy: IfNotPresent
cmdlineParams: {}
service:
@@ -55,7 +55,7 @@ agent:
collector:
annotations: {}
image: jaegertracing/jaeger-collector
tag: 0.6
tag: 0.8
pullPolicy: IfNotPresent
dnsPolicy: ClusterFirst
cmdlineParams: {}
@@ -79,7 +79,7 @@ collector:
query:
annotations: {}
image: jaegertracing/jaeger-query
tag: 0.6
tag: 0.8
pullPolicy: IfNotPresent
dnsPolicy: ClusterFirst
cmdlineParams: {}